[Lldb-commits] [clang] [lldb] [UBSan][BoundsSafety] Implement support for more expressive "trap reasons" (PR #154618)

Dan Liew via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 27 12:11:12 PDT 2025


================
@@ -166,7 +174,9 @@ Non-comprehensive list of changes in this release
 
 New Compiler Flags
 ------------------
-- New option ``-fno-sanitize-annotate-debug-info-traps`` added to disable emitting trap reasons into the debug info when compiling with trapping UBSan (e.g. ``-fsanitize-trap=undefined``).
+- New option ``-fno-sanitize-debug-trap-reasons`` added to disable emitting trap reasons into the debug info when compiling with trapping UBSan (e.g. ``-fsanitize-trap=undefined``).
----------------
delcypher wrote:

Good call. I'll fix that.

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


More information about the lldb-commits mailing list