[libc-commits] [libc] [libc] Propagate printf config options from a single config header library. (PR #66979)
via libc-commits
libc-commits at lists.llvm.org
Thu Sep 21 11:40:19 PDT 2023
================
@@ -1,3 +1,25 @@
+if(LIBC_CONF_PRINTF_DISABLE_FLOAT)
----------------
michaelrj-google wrote:
if these conditionals are being moved into `printf_core` should the `add_subdirectory` lines in stdio be moved back up to the top?
https://github.com/llvm/llvm-project/pull/66979
More information about the libc-commits
mailing list