[compiler-rt] [llvm] [ASan] Correctly handle vectorized pointer sub/cmp for `invalid-pointer-pair` (PR #213546)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 15 03:16:59 PDT 2026
================
@@ -0,0 +1,16 @@
+// RUN: %clangxx_asan -O2 %s -o %t -mllvm -asan-detect-invalid-pointer-pair
+
+// RUN: %env_asan_opts=detect_invalid_pointer_pairs=1:halt_on_error=0 %run %t
----------------
flovent wrote:
@thurstond Sorry for the delay, i updated the test file and i think it's in the right status now, can you take a look when you have time? thanks!
https://github.com/llvm/llvm-project/pull/213546
More information about the llvm-commits
mailing list