[libc-commits] [libc] [libc] Add osutils for Windows and make libc and its tests build on Windows target (PR #104676)
via libc-commits
libc-commits at lists.llvm.org
Mon Aug 19 09:36:03 PDT 2024
================
@@ -425,13 +425,10 @@ TEST(LlvmLibcFPBitsTest, DoubleType) {
EXPECT_EQ(quiet_nan.is_quiet_nan(), true);
}
-#ifdef LIBC_TARGET_ARCH_IS_X86
+#ifdef LIBC_TYPES_LONG_DOUBLE_IS_X86_FLOAT80
----------------
overmighty wrote:
Should probably explicitly `#include "libc/src/__support/macros/properties/types.h"`.
https://github.com/llvm/llvm-project/pull/104676
More information about the libc-commits
mailing list