Closed
Description
I search the 1.82
change logs and saw the llvm version was bumped, but no specific mention of this.
CARGO_ENCODED_RUSTFLAGS="-Cpasses=loweratomic" cargo run
fn main() {
// hello world
}
I expected to see this happen:
The program to compile
Instead, this happened:
error: failed to run LLVM passes: unknown pass name 'loweratomic'
Tested on
1.79, 1.8, 1.81, 1.82, 1.83 by switching using rustup default ..