[compiler-rt] [llvm] [ASan] Correctly handle vectorized pointer sub/cmp for `invalid-pointer-pair` (PR #213546)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 15 21:58:22 PDT 2026
================
@@ -0,0 +1,29 @@
+// 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 2>&1 | FileCheck %s
----------------
thurstond wrote:
Marking Windows as unsupported in https://github.com/llvm/llvm-project/pull/216532 is good, to make sure the build is never broken. (This PR can then remove both the XFAIL and UNSUPPORTED annotations.)
https://github.com/llvm/llvm-project/pull/213546
More information about the llvm-commits
mailing list