diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 8a635a5..1f15fc0 100644 --- a/tools/CMakeLists.txt +++ b/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() |