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

Charlie Barto via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 18:16:08 PDT 2024


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

This appears to be basically the same as the below `// RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s`, I don't think we need it (debug information is the default)

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


More information about the llvm-commits mailing list