Skip to content

Reland "[libc] Enable baremetal float printf using modular format"#199758

Merged
mysterymath merged 1 commit into
mainfrom
revert-199114-revert-198900-push-vysstzwrppxu
May 26, 2026
Merged

Reland "[libc] Enable baremetal float printf using modular format"#199758
mysterymath merged 1 commit into
mainfrom
revert-199114-revert-198900-push-vysstzwrppxu

Conversation

@mysterymath
Copy link
Copy Markdown
Contributor

Reverts #199114

#199118 fixed the issue uncovered in the Fuchsia CI build.

@mysterymath mysterymath requested a review from a team as a code owner May 26, 2026 20:20
@llvmorg-github-actions
Copy link
Copy Markdown

@llvm/pr-subscribers-libc

Author: Daniel Thornburgh (mysterymath)

Changes

Reverts llvm/llvm-project#199114

#199118 fixed the issue uncovered in the Fuchsia CI build.


Full diff: https://github.com/llvm/llvm-project/pull/199758.diff

1 Files Affected:

  • (modified) libc/config/baremetal/config.json (+3-3)
diff --git a/libc/config/baremetal/config.json b/libc/config/baremetal/config.json
index 1c52cd0093e1c..0254dc5a98867 100644
--- a/libc/config/baremetal/config.json
+++ b/libc/config/baremetal/config.json
@@ -13,9 +13,6 @@
     "LIBC_CONF_PRINTF_DISABLE_FIXED_POINT": {
       "value": true
     },
-    "LIBC_CONF_PRINTF_DISABLE_FLOAT": {
-      "value": true
-    },
     "LIBC_CONF_PRINTF_DISABLE_INDEX_MODE": {
       "value": true
     },
@@ -33,6 +30,9 @@
     },
     "LIBC_COPT_PRINTF_DISABLE_BITINT": {
       "value": true
+    },
+    "LIBC_CONF_PRINTF_MODULAR": {
+      "value": true
     }
   },
   "scanf": {

@mysterymath mysterymath merged commit a14d084 into main May 26, 2026
44 of 45 checks passed
@mysterymath mysterymath deleted the revert-199114-revert-198900-push-vysstzwrppxu branch May 26, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants