[llvm] [debuginfo] Create `--auto-upgrade-llvm-verify-fatal-errors` flag (PR #132115)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 10:28:22 PDT 2025


aeubanks wrote:

as long as you know your input bitcode's debug info is compatible with your current version of LLVM, e.g. if you know it was produced by the same version of LLVM, then it'll be fine. otherwise you might have broken debug info

https://github.com/llvm/llvm-project/pull/132115


More information about the llvm-commits mailing list