Skip to content

Commit 69157bd

Browse files
committed
Add missing GHA group for building llvm-bitcode-linker
1 parent 4bb2f27 commit 69157bd

File tree

1 file changed

+9
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+9
-0
lines changed

src/bootstrap/src/core/build_steps/tool.rs

+9
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,15 @@ impl Step for LlvmBitcodeLinker {
858858
&self.extra_features,
859859
);
860860

861+
let _guard = builder.msg_tool(
862+
Kind::Build,
863+
Mode::ToolRustc,
864+
bin_name,
865+
self.compiler.stage,
866+
&self.compiler.host,
867+
&self.target,
868+
);
869+
861870
cargo.into_cmd().run(builder);
862871

863872
let tool_out = builder

0 commit comments

Comments
 (0)