Commit e238eb6
authored
Rollup merge of rust-lang#69437 - RalfJung:miri-no-codegen, r=ecstatic-morse
no more codegen for miri_start_panic
With rust-lang/miri#1136 landed, we don't generate code any more for crates that will be run by Miri. So the LLVM backend does not have to implement the `miri_start_panic` intrinsic any more.
Cc @Aaron10111 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
| 518 | + | |
519 | 519 | | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
| 520 | + | |
524 | 521 | | |
525 | 522 | | |
526 | 523 | | |
| |||
0 commit comments