[libc-commits] [libc] [libc] Propagate printf config options from a single config header library. (PR #66979)
Siva Chandra via libc-commits
libc-commits at lists.llvm.org
Thu Sep 21 11:46:00 PDT 2023
================
@@ -1,3 +1,25 @@
+if(LIBC_CONF_PRINTF_DISABLE_FLOAT)
----------------
sivachandra wrote:
Where do `add_subdirectory` in `stdio` becomes irrelevant from the config options point of view - it should be at a place where it makes the most practical sense.
https://github.com/llvm/llvm-project/pull/66979
More information about the libc-commits
mailing list