[libc-commits] [PATCH] D131913: [libc] enable s(n)printf without fullbuild

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 15 11:53:55 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

To use the FILE data structure, LLVM-libc must be in fullbuild mode
since it expects its own implementation. This means that (f)printf can't
be used without fullbuild, but s(n)printf only uses strings. This patch
adjusts the CMake to allow for this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131913

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/CMakeLists.txt
  libc/test/src/CMakeLists.txt
  libc/utils/UnitTest/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131913.452763.patch
Type: text/x-patch
Size: 3098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220815/0127f131/attachment.bin>


More information about the libc-commits mailing list