[libc-commits] [libc] [libc] Add osutils for Windows and make libc and its tests build on Windows target (PR #104676)
Sirui Mu via libc-commits
libc-commits at lists.llvm.org
Sun Aug 18 04:44:49 PDT 2024
================
@@ -20,6 +20,7 @@
using LlvmLibcFEnvTest = LIBC_NAMESPACE::testing::FEnvSafeTest;
+#ifndef _WIN32
----------------
Lancern wrote:
Updated.
https://github.com/llvm/llvm-project/pull/104676
More information about the libc-commits
mailing list