[libc-commits] [PATCH] D132015: [libc] Add a target to install libc in the full build mode.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 17 01:37:24 PDT 2022


sivachandra created this revision.
sivachandra added a reviewer: jeffbailey.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

- In the full build mode, `ninja install-libc` will install the headers as well the static archive named libc.a.
- In the default mode, `ninja install-llvmlibc` will only install the static archive libllvmlibc.a.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132015

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LLVMLibCHeaderRules.cmake
  libc/cmake/modules/LLVMLibCRules.cmake
  libc/include/CMakeLists.txt
  libc/lib/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132015.453232.patch
Type: text/x-patch
Size: 5679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220817/dc650bd5/attachment.bin>


More information about the libc-commits mailing list