You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/bootstrap/src/core/build_steps/compile.rs
+18
Original file line number
Diff line number
Diff line change
@@ -1706,6 +1706,24 @@ impl Step for Assemble {
1706
1706
if target_compiler.stage == builder.top_stage{
1707
1707
builder.info(&format!("Creating a sysroot for stage{stage} compiler (use `rustup toolchain link 'name' build/host/stage{stage}`)", stage=target_compiler.stage));
1708
1708
}
1709
+
1710
+
for backend in builder.config.codegen_backends(target_compiler.host){
0 commit comments