| ... | ... | @@ -76,7 +76,6 @@ pub const Env = enum { |
| 76 | 76 | .test_command, |
| 77 | 77 | .run_command, |
| 78 | 78 | .ar_command, |
| 79 | | .build_command, |
| 80 | 79 | .clang_command, |
| 81 | 80 | .stdio_listen, |
| 82 | 81 | .build_import_lib, |
| ... | ... | @@ -162,7 +161,6 @@ pub const Env = enum { |
| 162 | 161 | else => Env.ast_gen.supports(feature), |
| 163 | 162 | }, |
| 164 | 163 | .@"aarch64-linux" => switch (feature) { |
| 165 | | .build_command, |
| 166 | 164 | .stdio_listen, |
| 167 | 165 | .incremental, |
| 168 | 166 | .aarch64_backend, |
| ... | ... | @@ -179,7 +177,6 @@ pub const Env = enum { |
| 179 | 177 | else => Env.sema.supports(feature), |
| 180 | 178 | }, |
| 181 | 179 | .@"powerpc-linux" => switch (feature) { |
| 182 | | .build_command, |
| 183 | 180 | .stdio_listen, |
| 184 | 181 | .incremental, |
| 185 | 182 | .x86_64_backend, |
| ... | ... | @@ -210,7 +207,6 @@ pub const Env = enum { |
| 210 | 207 | else => Env.sema.supports(feature), |
| 211 | 208 | }, |
| 212 | 209 | .@"x86_64-linux" => switch (feature) { |
| 213 | | .build_command, |
| 214 | 210 | .stdio_listen, |
| 215 | 211 | .incremental, |
| 216 | 212 | .legalize, |
| ... | ... | @@ -251,7 +247,6 @@ pub const Feature = enum { |
| 251 | 247 | test_command, |
| 252 | 248 | run_command, |
| 253 | 249 | ar_command, |
| 254 | | build_command, |
| 255 | 250 | clang_command, |
| 256 | 251 | cc_command, |
| 257 | 252 | translate_c_command, |