[clang] [Clang][CodeGen] Emit “trap reasons” on UBSan traps (PR #145967)

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 11 10:55:31 PDT 2025


vitalybuka wrote:

> There is still one test case that fails: `cfi-check-fail-debuginfo.c`. From the crash report, I thought it was due to double wrapping, so I initially added a guard to prevent that, leading the test case to pass. Upon internal discussion, the guard has since been removed because double wrapping may be intended behavior. Crash report is left in the comments.

This part is not useful as a commit message.

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


More information about the cfe-commits mailing list