[PATCH] D55942: [CMake] Add libunwind when 'all' is being passed as LLVM_ENABLE_PROJECTS
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 20 10:43:19 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL349792: [CMake] Add libunwind when 'all' is being passed as LLVM_ENABLE_PROJECTS (authored by ldionne, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D55942?vs=179097&id=179102#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55942/new/
https://reviews.llvm.org/D55942
Files:
llvm/trunk/CMakeLists.txt
Index: llvm/trunk/CMakeLists.txt
===================================================================
--- llvm/trunk/CMakeLists.txt
+++ llvm/trunk/CMakeLists.txt
@@ -104,7 +104,7 @@
# 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" )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55942.179102.patch
Type: text/x-patch
Size: 740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181220/cc244b10/attachment.bin>
More information about the llvm-commits
mailing list