[PATCH] D37637: [CMake] Determine early on which projects are enabled
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 13:43:04 PDT 2017
zturner updated this revision to Diff 114426.
zturner added a reviewer: eugenis.
zturner added a comment.
Updated to look in runtimes. Also +eugenis since I'm touching compiler-rt CMake, even though this is supposed to be NFC. Note that with this change, compiler-rt could in theory just delete its custom variables and use `LLVM_PROJECT_LLD_ENABLED` everywhere instead of `COMPILER_RT_HAS_LLD` etc. But that is a bit more invasive change which I don't want to make.
https://reviews.llvm.org/D37637
Files:
compiler-rt/CMakeLists.txt
llvm/CMakeLists.txt
llvm/cmake/modules/AddLLVM.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37637.114426.patch
Type: text/x-patch
Size: 4841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170908/2a265858/attachment.bin>
More information about the llvm-commits
mailing list