[compiler-rt] [llvm] [ASan] Do not instrument catch block parameters on Windows (PR #159618)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 23 06:19:28 PDT 2025
================
@@ -0,0 +1,33 @@
+// RUN: %clangxx_asan %s -o %t
----------------
antoniofrighetto wrote:
Could we have a small lit test instead of the runtime one? Like a simple function with a catchpad instruction, whose argument is an alloca, showing no asan instrumentation is added.
https://github.com/llvm/llvm-project/pull/159618
More information about the llvm-commits
mailing list