Skip to content

Commit

Permalink
Rollup merge of #127901 - Kobzol:llvm-bitcode-linker-gha-group, r=onu…
Browse files Browse the repository at this point in the history
…r-ozkan

Add missing GHA group for building `llvm-bitcode-linker`

Found while investigating #127869.

r? `@onur-ozkan`
  • Loading branch information
tgross35 authored Jul 18, 2024
2 parents 73eba8e + 69157bd commit 16d2b61
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 16d2b61

Please sign in to comment.