diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-08-27 23:27:56 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-08-27 23:27:56 +0000 |
| commit | dba67a226f3a65f6046d7bf77729452a179dc1a5 (patch) | |
| tree | 293ada93192e40ce2cd370a0fda9a849e6110307 /llvm/tools | |
| parent | ae2c8776d0e4ba23c59d4d0d83bc1bd81dd35eb5 (diff) | |
| download | bcm5719-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.txt | 4 |
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() |

