[PATCH] D37637: [CMake] Determine early on which projects are enabled

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 13:33:44 PDT 2017


beanz added inline comments.


================
Comment at: llvm/CMakeLists.txt:838
+# Then pick up any projects explicitly cloned into llvm/projects
+find_llvm_enabled_projects("libcxx;libcxxabi;compiler-rt;polly" "${LLVM_SOURCE_DIR}/projects")
+
----------------
In general the goal is to move away from the <llvm>/projects directory in favor of <llvm>/runtimes or <llvm>/tools in the future. At the very least you'll need to support <llvm>/runtimes here too.


https://reviews.llvm.org/D37637





More information about the llvm-commits mailing list