Skip to content

Commit 8eea710

Browse files
bjorn3XAMPPRocky
authored andcommitted
Add message for compiling the codegen backend
1 parent 73597fb commit 8eea710

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/compile.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,10 @@ impl Step for CodegenBackend {
795795

796796
let tmp_stamp = out_dir.join(".tmp.stamp");
797797

798+
builder.info(&format!(
799+
"Building stage{} codegen backend {} ({} -> {})",
800+
compiler.stage, backend, &compiler.host, target
801+
));
798802
let files = run_cargo(builder, cargo, vec![], &tmp_stamp, vec![], false);
799803
if builder.config.dry_run {
800804
return;

0 commit comments

Comments
 (0)