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 ffca2f0

Browse files
committed
Make it possible to x install Cranelift and LLVM bitcode linker
1 parent f6092f2 commit ffca2f0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎src/bootstrap/src/core/builder/mod.rs‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,8 @@ impl<'a> Builder<'a> {
12211221
install::Miri,
12221222
install::LlvmTools,
12231223
install::Src,
1224+
install::RustcCodegenCranelift,
1225+
install::LlvmBitcodeLinker
12241226
),
12251227
Kind::Run => describe!(
12261228
run::BuildManifest,

‎src/bootstrap/src/core/builder/tests.rs‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2911,6 +2911,9 @@ mod snapshot {
29112911
[build] rustc 1 <host> -> cargo-miri 2 <host>
29122912
[dist] rustc 1 <host> -> miri 2 <host>
29132913
[dist] src <>
2914+
[build] rustc 1 <host> -> rustc_codegen_cranelift 2 <host>
2915+
[dist] rustc 1 <host> -> rustc_codegen_cranelift 2 <host>
2916+
[build] rustc 1 <host> -> LlvmBitcodeLinker 2 <host>
29142917
");
29152918
}
29162919

0 commit comments

Comments
(0)

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