[libc-commits] [libc] fix ppc64le builds without IEEE double long (PR #184995)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Fri Mar 6 09:15:29 PST 2026
================
@@ -36,6 +36,7 @@
#define LIBC_COPT_PRINTF_DISABLE_WRITE_INT
#define LIBC_COPT_PRINTF_DISABLE_INDEX_MODE
#define LIBC_COPT_PRINTF_DISABLE_STRERROR
+#define LIBC_COPT_PRINTF_DISABLE_FLOAT
----------------
jhuber6 wrote:
Ah, just noticed this, we probably don't want that. Assuming this is to bypass it on PPC? I remember that was an issue at some point that I fixed, I don't know why this is different.
https://github.com/llvm/llvm-project/pull/184995
More information about the libc-commits
mailing list