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 69157bd

Browse files
committed
Add missing GHA group for building llvm-bitcode-linker
1 parent 4bb2f27 commit 69157bd

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 によって変換されたページ (->オリジナル) /