Skip to content

Commit

Permalink
Unrolled build for rust-lang#127901
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
rust-timer authored Jul 18, 2024
2 parents 52f3c71 + 69157bd commit 032dc8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/bootstrap/src/core/build_steps/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,15 @@ impl Step for LlvmBitcodeLinker {
&self.extra_features,
);

let _guard = builder.msg_tool(
Kind::Build,
Mode::ToolRustc,
bin_name,
self.compiler.stage,
&self.compiler.host,
&self.target,
);

cargo.into_cmd().run(builder);

let tool_out = builder
Expand Down

0 comments on commit 032dc8b

Please sign in to comment.