File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/bootstrap/src/core/builder Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments