[PATCH] D28856: [CMake] Teach CMake how to generate `LibraryDependencies.inc`

bryant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 05:19:12 PST 2017


bryant created this revision.
Herald added a subscriber: mgorny.

With this change, CMake will now be able to generate the
`LibraryDependencies.inc` structure needed by llvm-config, thus freeing the
build system from needing llvmbuild.

Note that this is the non-NFC portion of https://reviews.llvm.org/D28086 .


Repository:
  rL LLVM

https://reviews.llvm.org/D28856

Files:
  CMakeLists.txt
  cmake/modules/LLVMBuild.cmake
  tools/llvm-config/LibraryDependencies.inc.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28856.84822.patch
Type: text/x-patch
Size: 10110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170118/ed010550/attachment.bin>


More information about the llvm-commits mailing list