Make it possible to x install Cranelift and LLVM bitcode linker

This commit is contained in:
Jakub Beránek 2025-09-23 11:39:40 +02:00
parent f6092f224d
commit ffca2f0a1e
No known key found for this signature in database
GPG key ID: 909CD0D26483516B
2 changed files with 5 additions and 0 deletions

View file

@ -1221,6 +1221,8 @@ impl<'a> Builder<'a> {
install::Miri,
install::LlvmTools,
install::Src,
install::RustcCodegenCranelift,
install::LlvmBitcodeLinker
),
Kind::Run => describe!(
run::BuildManifest,

View file

@ -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>
");
}