[libc-commits] [libc] [libc] Add osutils for Windows and make libc and its tests build on Windows target (PR #104676)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Sat Aug 17 10:14:57 PDT 2024
================
@@ -20,6 +20,7 @@
using LlvmLibcFEnvTest = LIBC_NAMESPACE::testing::FEnvSafeTest;
+#ifndef _WIN32
----------------
jhuber6 wrote:
We should probably have a macro like `LIBC_TARGET_OS_IS_WINDOWS` and use that.
https://github.com/llvm/llvm-project/pull/104676
More information about the libc-commits
mailing list