Make it possible to x install Cranelift and LLVM bitcode linker
This commit is contained in:
parent
f6092f224d
commit
ffca2f0a1e
2 changed files with 5 additions and 0 deletions
|
|
@ -1221,6 +1221,8 @@ impl<'a> Builder<'a> {
|
|||
install::Miri,
|
||||
install::LlvmTools,
|
||||
install::Src,
|
||||
install::RustcCodegenCranelift,
|
||||
install::LlvmBitcodeLinker
|
||||
),
|
||||
Kind::Run => describe!(
|
||||
run::BuildManifest,
|
||||
|
|
|
|||
|
|
@ -2911,6 +2911,9 @@ mod snapshot {
|
|||
[build] rustc 1 <host> -> cargo-miri 2 <host>
|
||||
[dist] rustc 1 <host> -> miri 2 <host>
|
||||
[dist] src <>
|
||||
[build] rustc 1 <host> -> rustc_codegen_cranelift 2 <host>
|
||||
[dist] rustc 1 <host> -> rustc_codegen_cranelift 2 <host>
|
||||
[build] rustc 1 <host> -> LlvmBitcodeLinker 2 <host>
|
||||
");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue