mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
d5c40d03dc
Add `-Zlint-llvm-ir` This flag is similar to `-Zverify-llvm-ir` and allows us to lint the generated IR. r? compiler
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.