[libc-commits] [PATCH] D78536: [libc] [NFC] Split the CMake rules into multiple files.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 20 22:13:46 PDT 2020


sivachandra created this revision.
sivachandra added a reviewer: abrachet.
Herald added subscribers: libc-commits, tschuett, mgorny.
Herald added a reviewer: alexshap.
Herald added a project: libc-project.
sivachandra added a child revision: D78537: [libc] Propagate entrypoint deps to downstream targets..

The single file was getting too long to be convenient to navigate. This
patch splits it up two into 4 files one each for header rules,
object rules, library rules, and test rules.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78536

Files:
  libc/cmake/modules/LLVMLibCHeaderRules.cmake
  libc/cmake/modules/LLVMLibCLibraryRules.cmake
  libc/cmake/modules/LLVMLibCObjectRules.cmake
  libc/cmake/modules/LLVMLibCRules.cmake
  libc/cmake/modules/LLVMLibCTestRules.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78536.258899.patch
Type: text/x-patch
Size: 47495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200421/f936a4ff/attachment-0001.bin>


More information about the libc-commits mailing list