[compiler-rt] Enable ASAN checks for wcscat/wcsncat on Windows, and wcscpy/wcsncpy on all platforms (PR #90909)

Zack Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 10:04:09 PDT 2024


================
@@ -0,0 +1,51 @@
+// RUN: %clang_cl_asan -Od -Zi %s -Fe%t
----------------
zacklj89 wrote:

I think the reason the linux tests are failing is `clang_asan` vs `clang_cl_asan`? not sure though

https://github.com/llvm/llvm-project/pull/90909


More information about the llvm-commits mailing list