[llvm] Add asan-win-dont-instrument-catchpad.ll to xfail list (PR #164042)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 17 18:53:00 PDT 2025


https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/164042

None

>From 618b298770d4c97e2d2b74fd6070bcda06045d52 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Fri, 17 Oct 2025 18:52:48 -0700
Subject: [PATCH] Add asan-win-dont-instrument-catchpad.ll to xfail list

---
 llvm/utils/profcheck-xfail.txt | 1 +
 1 file changed, 1 insertion(+)

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