Commit 222bdad 1 parent 4282576 commit 222bdad Copy full SHA for 222bdad
File tree 1 file changed +4
-2
lines changed
src/bootstrap/src/core/build_steps
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1549,6 +1549,10 @@ impl Step for MirOpt {
1549
1549
} )
1550
1550
} ;
1551
1551
1552
+ run ( self . target ) ;
1553
+
1554
+ // Run more targets with `--bless`. But we always run the host target first, since some
1555
+ // tests use very specific `only` clauses that are not covered by the target set below.
1552
1556
if builder. config . cmd . bless ( ) {
1553
1557
// All that we really need to do is cover all combinations of 32/64-bit and unwind/abort,
1554
1558
// but while we're at it we might as well flex our cross-compilation support. This
@@ -1567,8 +1571,6 @@ impl Step for MirOpt {
1567
1571
} ) ;
1568
1572
run ( panic_abort_target) ;
1569
1573
}
1570
- } else {
1571
- run ( self . target ) ;
1572
1574
}
1573
1575
}
1574
1576
}
You can’t perform that action at this time.
0 commit comments