@@ -769,11 +769,11 @@ mod snapshot {
769
769
[build] llvm <host>
770
770
[build] rustc 0 <host> -> rustc 1 <host>
771
771
[build] rustc 0 <host> -> LldWrapper 1 <host>
772
- [build] rustc 1 <host> -> LlvmBitcodeLinker 2 <host>
772
+ [build] rustc 0 <host> -> LlvmBitcodeLinker 1 <host>
773
773
[build] rustc 1 <host> -> std 1 <host>
774
774
[build] rustc 1 <host> -> rustc 2 <host>
775
775
[build] rustc 1 <host> -> LldWrapper 2 <host>
776
- [build] rustc 2 <host> -> LlvmBitcodeLinker 3 <host>
776
+ [build] rustc 1 <host> -> LlvmBitcodeLinker 2 <host>
777
777
[build] rustc 2 <host> -> std 2 <host>
778
778
[build] rustdoc 1 <host>
779
779
"
@@ -793,17 +793,17 @@ mod snapshot {
793
793
[build] llvm <host>
794
794
[build] rustc 0 <host> -> rustc 1 <host>
795
795
[build] rustc 0 <host> -> LldWrapper 1 <host>
796
- [build] rustc 1 <host> -> LlvmBitcodeLinker 2 <host>
796
+ [build] rustc 0 <host> -> LlvmBitcodeLinker 1 <host>
797
797
[build] rustc 1 <host> -> std 1 <host>
798
798
[build] rustc 1 <host> -> rustc 2 <host>
799
799
[build] rustc 1 <host> -> LldWrapper 2 <host>
800
- [build] rustc 2 <host> -> LlvmBitcodeLinker 3 <host>
800
+ [build] rustc 1 <host> -> LlvmBitcodeLinker 2 <host>
801
801
[build] rustc 1 <host> -> std 1 <target1>
802
802
[build] rustc 2 <host> -> std 2 <target1>
803
803
[build] llvm <target1>
804
804
[build] rustc 1 <host> -> rustc 2 <target1>
805
805
[build] rustc 1 <host> -> LldWrapper 2 <target1>
806
- [build] rustc 2 <target1 > -> LlvmBitcodeLinker 3 <target1>
806
+ [build] rustc 1 <host > -> LlvmBitcodeLinker 2 <target1>
807
807
[build] rustdoc 1 <target1>
808
808
"
809
809
) ;
@@ -1078,12 +1078,12 @@ mod snapshot {
1078
1078
[build] rustc 0 <host> -> rustc 1 <host>
1079
1079
[build] rustc 0 <host> -> LldWrapper 1 <host>
1080
1080
[build] rustc 0 <host> -> WasmComponentLd 1 <host>
1081
- [build] rustc 1 <host> -> LlvmBitcodeLinker 2 <host>
1081
+ [build] rustc 0 <host> -> LlvmBitcodeLinker 1 <host>
1082
1082
[build] rustc 1 <host> -> std 1 <host>
1083
1083
[build] rustc 1 <host> -> rustc 2 <host>
1084
1084
[build] rustc 1 <host> -> LldWrapper 2 <host>
1085
1085
[build] rustc 1 <host> -> WasmComponentLd 2 <host>
1086
- [build] rustc 2 <host> -> LlvmBitcodeLinker 3 <host>
1086
+ [build] rustc 1 <host> -> LlvmBitcodeLinker 2 <host>
1087
1087
[build] rustdoc 1 <host>
1088
1088
[doc] std 2 <host>
1089
1089
[build] rustc 2 <host> -> std 2 <host>
@@ -1293,6 +1293,7 @@ mod snapshot {
1293
1293
[build] rustc 0 <host> -> miri 1 <target1>
1294
1294
[build] rustc 0 <host> -> cargo-miri 1 <target1>
1295
1295
[build] rustc 1 <host> -> LlvmBitcodeLinker 2 <target1>
1296
+ [build] rustc 0 <host> -> LlvmBitcodeLinker 1 <host>
1296
1297
" ) ;
1297
1298
}
1298
1299
0 commit comments