[Lldb-commits] [lldb] [lldb] Add LLDB test for UBSan trap frame recognizer (PR #151231)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 30 01:21:16 PDT 2025


================
@@ -0,0 +1,17 @@
+# REQUIRES: clang
+
+# RUN: %clang_host -g -O0 %S/Inputs/ubsan_add_overflow.cpp -o %t.out \
+# RUN: -fsanitize=signed-integer-overflow -fsanitize-trap=signed-integer-overflow
----------------
Michael137 wrote:

Lets indent here to make it easier to read
```suggestion
# RUN:     -fsanitize=signed-integer-overflow -fsanitize-trap=signed-integer-overflow
```

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


More information about the lldb-commits mailing list