[clang] [compiler-rt] [Sanitizer] add signed-integer-wrap sanitizer (PR #80089)
Justin Stitt via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 31 13:30:37 PST 2024
================
@@ -0,0 +1,77 @@
+// Check that -fsanitize=signed-integer-wrap instruments with -fwrapv
----------------
JustinStitt wrote:
I must be doing something wrong because it suggest I remove all my `Check: ...`'s and replcae them with `Check: {{.*}}`
https://github.com/llvm/llvm-project/pull/80089
More information about the llvm-commits
mailing list