[all-commits] [llvm/llvm-project] 599ead: [libc] Propagate printf config options from a sing...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Sep 26 08:16:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 599eadec2861a52136dba5e435151bf325db8cd8
https://github.com/llvm/llvm-project/commit/599eadec2861a52136dba5e435151bf325db8cd8
Author: Siva Chandra <sivachandra at gmail.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/cmake/modules/LLVMLibCLibraryRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/src/__support/StringUtil/tables/CMakeLists.txt
M libc/src/stdio/CMakeLists.txt
M libc/src/stdio/printf_core/CMakeLists.txt
Log Message:
-----------
[libc] Propagate printf config options from a single config header library. (#66979)
printf_core.parser is not yet updated to use the printf config options. It
does not use them currently anyway and the corresponding parser_test
should be updated to respect the config options.
More information about the All-commits
mailing list