File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1638,6 +1638,7 @@ mod snapshot {
1638
1638
. render_steps( ) , @r"
1639
1639
[build] llvm <host>
1640
1640
[build] rustc 0 <host> -> rustc 1 <host>
1641
+ [build] rustc 0 <host> -> LldWrapper 1 <host>
1641
1642
[build] rustdoc 0 <host>
1642
1643
[doc] std 1 <host> crates=[core]
1643
1644
" ) ;
@@ -1653,6 +1654,7 @@ mod snapshot {
1653
1654
. render_steps( ) , @r"
1654
1655
[build] llvm <host>
1655
1656
[build] rustc 0 <host> -> rustc 1 <host>
1657
+ [build] rustc 0 <host> -> LldWrapper 1 <host>
1656
1658
[build] rustdoc 0 <host>
1657
1659
[doc] std 1 <host> crates=[alloc,core]
1658
1660
" ) ;
Original file line number Diff line number Diff line change @@ -942,6 +942,7 @@ impl Config {
942
942
config. rust_profile_use = flags_rust_profile_use;
943
943
config. rust_profile_generate = flags_rust_profile_generate;
944
944
945
+ config. apply_target_config ( toml. target ) ;
945
946
config. apply_rust_config ( toml. rust , flags_warnings) ;
946
947
947
948
config. reproducible_artifacts = flags_reproducible_artifact;
@@ -967,8 +968,6 @@ impl Config {
967
968
968
969
config. apply_gcc_config ( toml. gcc ) ;
969
970
970
- config. apply_target_config ( toml. target ) ;
971
-
972
971
match ccache {
973
972
Some ( StringOrBool :: String ( ref s) ) => config. ccache = Some ( s. to_string ( ) ) ,
974
973
Some ( StringOrBool :: Bool ( true ) ) => {
You can’t perform that action at this time.
0 commit comments