Add missing GHA group for building llvm-bitcode-linker
This commit is contained in:
parent
4bb2f27861
commit
69157bde3b
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue