Add build compiler/rustc_codegen_gcc as an alias for CodegenBackend · rust-lang/rust@4c14383 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -795,7 +795,7 @@ impl Step for CodegenBackend { | ||
| 795 | 795 | const DEFAULT: bool = true; |
| 796 | 796 | |
| 797 | 797 | fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> { |
| 798 | - run.path("compiler/rustc_codegen_cranelift") | |
| 798 | + run.paths(&["compiler/rustc_codegen_cranelift", "compiler/rustc_codegen_gcc"]) | |
| 799 | 799 | } |
| 800 | 800 | |
| 801 | 801 | fn make_run(run: RunConfig<'_>) { |