[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
Mon Aug 19 06:07:20 PDT 2024


================
@@ -427,11 +427,9 @@ TEST(LlvmLibcFPBitsTest, DoubleType) {
 
 #ifdef LIBC_TARGET_ARCH_IS_X86
 TEST(LlvmLibcFPBitsTest, X86LongDoubleType) {
+#ifndef LIBC_TYPES_LONG_DOUBLE_IS_FLOAT64
----------------
Lancern wrote:

Updated.

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


More information about the libc-commits mailing list