[llvm] d833632 - Add asan-win-dont-instrument-catchpad.ll to xfail list (#164042)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 17 18:53:12 PDT 2025
Author: Mircea Trofin
Date: 2025-10-17T18:53:08-07:00
New Revision: d83363245d583b38c301282c027937c3c42fd237
URL: https://github.com/llvm/llvm-project/commit/d83363245d583b38c301282c027937c3c42fd237
DIFF: https://github.com/llvm/llvm-project/commit/d83363245d583b38c301282c027937c3c42fd237.diff
LOG: Add asan-win-dont-instrument-catchpad.ll to xfail list (#164042)
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 3f8be5e240762..b570f8de06880 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -107,6 +107,7 @@ Instrumentation/AddressSanitizer/asan-stack-safety.ll
Instrumentation/AddressSanitizer/asan-struct-scalable.ll
Instrumentation/AddressSanitizer/asan-vp-load-store.ll
Instrumentation/AddressSanitizer/asan-vs-gvn.ll
+Instrumentation/AddressSanitizer/asan-win-dont-instrument-catchpad.ll
Instrumentation/AddressSanitizer/basic.ll
Instrumentation/AddressSanitizer/basic-msvc64.ll
Instrumentation/AddressSanitizer/byref-args.ll
More information about the llvm-commits
mailing list