[libc-commits] [libc] ec7167b - [libc] Disable fixed point printing for baremetal (#126115)
via libc-commits
libc-commits at lists.llvm.org
Thu Feb 6 11:31:08 PST 2025
Author: PiJoules
Date: 2025-02-06T11:31:05-08:00
New Revision: ec7167bac7c89b43449dbce81e65fb09e5d27cb5
URL: https://github.com/llvm/llvm-project/commit/ec7167bac7c89b43449dbce81e65fb09e5d27cb5
DIFF: https://github.com/llvm/llvm-project/commit/ec7167bac7c89b43449dbce81e65fb09e5d27cb5.diff
LOG: [libc] Disable fixed point printing for baremetal (#126115)
This follows suite with disabling float printing.
Added:
Modified:
libc/config/baremetal/config.json
Removed:
################################################################################
diff --git a/libc/config/baremetal/config.json b/libc/config/baremetal/config.json
index 08c581d1c682268..105e417d165f063 100644
--- a/libc/config/baremetal/config.json
+++ b/libc/config/baremetal/config.json
@@ -5,6 +5,9 @@
}
},
"printf": {
+ "LIBC_CONF_PRINTF_DISABLE_FIXED_POINT": {
+ "value": true
+ },
"LIBC_CONF_PRINTF_DISABLE_FLOAT": {
"value": true
},
More information about the libc-commits
mailing list