[compiler-rt] Test fixups for MSVC. (PR #109887)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 02:18:38 PDT 2024


================
@@ -18,6 +18,10 @@
 // it works with the dynamic runtime.
 // XFAIL: target={{.*netbsd.*}} && !asan-dynamic-runtime
 
+#if _MSC_VER && !defined(__clang__)
----------------
mstorsjo wrote:

`defined(_MSC_VER)` (Also please grep for more cases of this in the patch, I probably won't comment on all of them.)

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


More information about the llvm-commits mailing list