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> {
1221
1221
install:: Miri ,
1222
1222
install:: LlvmTools ,
1223
1223
install:: Src ,
1224
+ install:: RustcCodegenCranelift ,
1225
+ install:: LlvmBitcodeLinker
1224
1226
) ,
1225
1227
Kind :: Run => describe ! (
1226
1228
run:: BuildManifest ,
Original file line number Diff line number Diff line change @@ -2911,6 +2911,9 @@ mod snapshot {
2911
2911
[build] rustc 1 <host> -> cargo-miri 2 <host>
2912
2912
[dist] rustc 1 <host> -> miri 2 <host>
2913
2913
[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>
2914
2917
" ) ;
2915
2918
}
2916
2919
You can’t perform that action at this time.
0 commit comments