[compiler-rt] [llvm] [ASan] Do not instrument catch block parameters on Windows (PR #159618)
David Justo via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 14 16:26:48 PDT 2025
================
@@ -0,0 +1,33 @@
+// RUN: %clangxx_asan %s -o %t
----------------
davidmrdavid wrote:
Yes, in theory. Although I'd prefer to keep it because it matches the minimized example in the report we're looking to fix: https://github.com/google/sanitizers/issues/749
So, keeping that runtime test helps me 'prove' that we've fixed it. I won't insist though, so if you feel strongly that I remove it, I gladly will. Please let me know, thanks!
https://github.com/llvm/llvm-project/pull/159618
More information about the llvm-commits
mailing list