summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-08-27 23:27:56 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-08-27 23:27:56 +0000
commitdba67a226f3a65f6046d7bf77729452a179dc1a5 (patch)
tree293ada93192e40ce2cd370a0fda9a849e6110307 /llvm/tools
parentae2c8776d0e4ba23c59d4d0d83bc1bd81dd35eb5 (diff)
downloadbcm5719-llvm-dba67a226f3a65f6046d7bf77729452a179dc1a5.tar.gz
bcm5719-llvm-dba67a226f3a65f6046d7bf77729452a179dc1a5.zip
[CMake] Put back the add_llvm_external_project() calls for specific projects.
This allows setting-up the LLVM_EXTERNAL_* CMake variables that some people are using, e.g. to set the source directory of the project in a different place. llvm-svn: 189415
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/tools/CMakeLists.txt b/llvm/tools/CMakeLists.txt
index 8a635a5b33a..1f15fc0b64f 100644
--- a/llvm/tools/CMakeLists.txt
+++ b/llvm/tools/CMakeLists.txt
@@ -64,6 +64,10 @@ endif()
add_llvm_external_project(clang)
if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" )
+ add_llvm_external_project(lld)
+ add_llvm_external_project(lldb)
+ add_llvm_external_project(polly)
+
# Automatically add remaining sub-directories containing a 'CMakeLists.txt'
# file as external projects.
add_llvm_implicit_external_projects()
OpenPOWER on IntegriCloud