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

Charlie Barto via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 13:04:16 PDT 2024


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

done and I've also grepped for relevant cases, I avoided changing anything outside of compiler-rt 

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


More information about the llvm-commits mailing list