[PATCH] D55942: [CMake] Add libunwind when 'all' is being passed as LLVM_ENABLE_PROJECTS

Louis Dionne via Phabricator reviews at reviews.llvm.org
Thu Dec 20 10:14:37 PST 2018


ldionne created this revision.
ldionne added a reviewer: zturner.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, mgorny.

Repository:
  rCXX libc++

https://reviews.llvm.org/D55942

Files:
  llvm/CMakeLists.txt


Index: llvm/CMakeLists.txt
===================================================================
--- llvm/CMakeLists.txt
+++ llvm/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.179097.patch
Type: text/x-patch
Size: 722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181220/b5447020/attachment.bin>


More information about the libcxx-commits mailing list