[PATCH] D57535: [CMake] Use LLVM_ENABLE_PROJECTS as the "single source" of truth when used.

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 13:32:56 PST 2019


smeenai accepted this revision.
smeenai added a comment.

Do you have any follow-up plans here? No pressure; just didn't want to potentially duplicate any work.



================
Comment at: llvm/CMakeLists.txt:167
+unset(SHOULD_ENABLE_PROJECT)
+unset(PROJECT_INDEX)
 
----------------
This variable doesn't exist anymore.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57535/new/

https://reviews.llvm.org/D57535





More information about the llvm-commits mailing list