[compiler-rt] [asan][Windows] Add additional wcs* interceptors (PR #66128)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 04:26:18 PDT 2023


================
@@ -0,0 +1,237 @@
+// RUN: %clang_cl_asan /Od %s /Fe%t
----------------
alvinhochun wrote:

Please change this to allow the test to run on a mingw-w64 build. (Note, I have not tested it.)

```suggestion
// RUN: %clang_cl_asan %Od %s %Fe%t
```

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


More information about the llvm-commits mailing list