[libc-commits] [PATCH] D159158: [libc] Add a JSON based config option system.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 29 20:56:56 PDT 2023


sivachandra created this revision.
sivachandra added reviewers: gchatelet, phosek, jhuber6, lntue, michaelrj.
Herald added subscribers: libc-commits, abidh.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Few printf config options have been setup using this new config system
along with their baremetal overrides. A follow up patch will add generation
of doc/config.rst, which will contain the full list of libc config options
and short description explaining how they affect the libc.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159158

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LibcConfig.cmake
  libc/config/baremetal/config.json
  libc/config/config.json
  libc/src/stdio/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159158.554559.patch
Type: text/x-patch
Size: 10024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230830/fda4e5e5/attachment-0001.bin>


More information about the libc-commits mailing list