[all-commits] [llvm/llvm-project] ac1220: [libc] Add option to disable printf bit int (#180832)
Michael Jones via All-commits
all-commits at lists.llvm.org
Tue Feb 10 15:42:01 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac1220f860a8639881e28ba7824e90ba1155d4f4
https://github.com/llvm/llvm-project/commit/ac1220f860a8639881e28ba7824e90ba1155d4f4
Author: Michael Jones <michaelrj at google.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/config/baremetal/config.json
M libc/config/config.json
M libc/docs/configure.rst
M libc/docs/dev/printf_behavior.rst
M libc/src/stdio/printf_core/converter_utils.h
M libc/src/stdio/printf_core/core_structs.h
M libc/src/stdio/printf_core/parser.h
M libc/src/stdio/printf_core/write_int_converter.h
M libc/test/UnitTest/PrintfMatcher.cpp
M libc/test/src/stdio/printf_core/parser_test.cpp
M libc/test/src/stdio/sprintf_test.cpp
Log Message:
-----------
[libc] Add option to disable printf bit int (#180832)
Requested as a binary size optimization. Updates the parser, converter
utils, config, tests, and docs.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list