================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to