[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:15:04 PDT 2024


================
@@ -0,0 +1,51 @@
+// RUN: %clang_cl_asan -Od -Zi %s -Fe%t
+// RUN: not %run %t 2>&1 | FileCheck %s
----------------
barcharcraz wrote:

These can be on the same line, that's the convention

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


More information about the llvm-commits mailing list