1# `lint-llvm-ir`23---------------------45This flag will add `LintPass` to the start of the pipeline.6You can use it to check for common errors in the LLVM IR generated by `rustc`.7You can add `-Cllvm-args=-lint-abort-on-error` to abort the process if errors were found.
Findings
✓ No findings reported for this file.