mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
5fe790e3c4
Remove the -Zinsert-sideeffect This removes all of the code we had in place to work-around LLVM's handling of forward progress. From this removal excluded is a workaround where we'd insert a `sideeffect` into clearly infinite loops such as `loop {}`. This code remains conditionally effective when the LLVM version is earlier than 12.0, which fixed the forward progress related miscompilations at their root. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |