Skip to content

Commit 032dc8b

Browse files
authored
Unrolled build for rust-lang#127901
Rollup merge of rust-lang#127901 - Kobzol:llvm-bitcode-linker-gha-group, r=onur-ozkan Add missing GHA group for building `llvm-bitcode-linker` Found while investigating rust-lang#127869. r? `@onur-ozkan`
2 parents 52f3c71 + 69157bd commit 032dc8b

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)