Files
rust/compiler/rustc_codegen_llvm/src/back
Matthias Krüger b3d8e71cf1 Rollup merge of #97969 - inglorion:prelinkpasses, r=nikic
Make -Cpasses= only apply to pre-link optimization

This change causes passes specified in -Cpasses= to be applied
only during pre-link optimization, not during LTO. This avoids
such passes running multiple times, which they may not be
designed for.

Fixes https://github.com/rust-lang/rust/issues/97713
2022-06-11 18:05:34 +02:00
..
2022-05-13 20:14:15 +02:00
2020-08-30 18:45:07 +03:00