Skip to content

Commit

Permalink
Add missing GHA group for building llvm-bitcode-linker
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jul 18, 2024
1 parent 4bb2f27 commit 69157bd
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 69157bd

Please sign in to comment.