summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-12-20 18:39:47 +0000
committerLouis Dionne <ldionne@apple.com>2018-12-20 18:39:47 +0000
commit3d8b7a3ea38ccb9f044cf72a80e635fb527e1d44 (patch)
tree119310a9113df4fb08f27f17318b0ce29e0e2d2f /llvm
parentfcf01e6e5f856fc7f1deee1a3ff4a85c6b2f4220 (diff)
downloadbcm5719-llvm-3d8b7a3ea38ccb9f044cf72a80e635fb527e1d44.tar.gz
bcm5719-llvm-3d8b7a3ea38ccb9f044cf72a80e635fb527e1d44.zip
[CMake] Add libunwind when 'all' is being passed as LLVM_ENABLE_PROJECTS
Reviewers: zturner Subscribers: mgorny, jkorous, dexonsmith, llvm-commits Differential Revision: https://reviews.llvm.org/D55942 llvm-svn: 349792
Diffstat (limited to 'llvm')
-rw-r--r--llvm/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index e2e35dcebdb..b144be50f84 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -104,7 +104,7 @@ endif()
# LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS
# This allows an easy way of setting up a build directory for llvm and another
# one for llvm+clang+... using the same sources.
-set(LLVM_ALL_PROJECTS "clang;libcxx;libcxxabi;lldb;compiler-rt;lld;polly;debuginfo-tests")
+set(LLVM_ALL_PROJECTS "clang;libcxx;libcxxabi;libunwind;lldb;compiler-rt;lld;polly;debuginfo-tests")
set(LLVM_ENABLE_PROJECTS "" CACHE STRING
"Semicolon-separated list of projects to build (${LLVM_ALL_PROJECTS}), or \"all\".")
if( LLVM_ENABLE_PROJECTS STREQUAL "all" )
OpenPOWER on IntegriCloud