Skip to content

Commit 4c233c0

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

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
@@ -847,6 +847,15 @@ impl Step for LlvmBitcodeLinker {
847847
builder.ensure(compile::Std::new(self.compiler, self.compiler.host));
848848
builder.ensure(compile::Rustc::new(self.compiler, self.target));
849849

850+
let _guard = builder.msg_tool(
851+
Kind::Build,
852+
Mode::ToolRustc,
853+
bin_name,
854+
self.compiler.stage,
855+
&self.compiler.host,
856+
&self.target,
857+
);
858+
850859
let cargo = prepare_tool_cargo(
851860
builder,
852861
self.compiler,

0 commit comments

Comments
 (0)