Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 16d2b61

Browse files
Rollup merge of #127901 - Kobzol:llvm-bitcode-linker-gha-group, r=onur-ozkan
Add missing GHA group for building `llvm-bitcode-linker` Found while investigating #127869. r? `@onur-ozkan`
2 parents 73eba8e + 69157bd commit 16d2b61

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‎

Lines changed: 9 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /