[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


================
@@ -7,6 +7,9 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#if _MSC_VER
----------------
mstorsjo wrote:

`defined(_MSC_VER)`

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


More information about the llvm-commits mailing list