File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ impl Step for CodegenGcc {
343343 type Output = ( ) ;
344344
345345 fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
346- run. alias ( "rustc_codegen_gcc" )
346+ run. alias ( "rustc_codegen_gcc" ) . path ( "compiler/rustc_codegen_gcc" )
347347 }
348348
349349 fn make_run ( run : RunConfig < ' _ > ) {
Original file line number Diff line number Diff line change @@ -2763,6 +2763,8 @@ mod snapshot {
27632763 . render_steps( ) , @r"
27642764 [build] llvm <host>
27652765 [clippy] rustc 0 <host> -> rustc 1 <host>
2766+ [check] rustc 0 <host> -> rustc 1 <host>
2767+ [clippy] rustc 0 <host> -> rustc_codegen_gcc 1 <host>
27662768 " ) ;
27672769 }
27682770
@@ -2780,6 +2782,8 @@ mod snapshot {
27802782 [build] rustc 0 <host> -> clippy-driver 1 <host>
27812783 [build] rustc 0 <host> -> cargo-clippy 1 <host>
27822784 [clippy] rustc 1 <host> -> rustc 2 <host>
2785+ [check] rustc 1 <host> -> rustc 2 <host>
2786+ [clippy] rustc 1 <host> -> rustc_codegen_gcc 2 <host>
27832787 " ) ;
27842788 }
27852789
You can’t perform that action at this time.
0 commit comments