[PATCH] D13783: [CMake] Refactor subdirectory inclusion code to take a project name.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 13:37:07 PDT 2015


beanz created this revision.
beanz added reviewers: chapuni, filcab, bogner, Bigcheese.
beanz added a subscriber: llvm-commits.

This refactoring makes some of the code used to control including subdirectories parameterized so it can be re-used elsewhere.

Specifically I want to re-use this code in clang to be able to turn off specific tool subdirectories.

http://reviews.llvm.org/D13783

Files:
  cmake/modules/AddLLVM.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13783.37514.patch
Type: text/x-patch
Size: 4853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151015/f5f0fe90/attachment.bin>


More information about the llvm-commits mailing list