[PATCH] D24402: Enable in-tree builds of parallel-libs.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 14:42:48 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL281097: Enable in-tree builds of parallel-libs. (authored by jlebar).
Changed prior to commit:
https://reviews.llvm.org/D24402?vs=70847&id=70911#toc
Repository:
rL LLVM
https://reviews.llvm.org/D24402
Files:
llvm/trunk/projects/CMakeLists.txt
Index: llvm/trunk/projects/CMakeLists.txt
===================================================================
--- llvm/trunk/projects/CMakeLists.txt
+++ llvm/trunk/projects/CMakeLists.txt
@@ -9,7 +9,8 @@
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxx) AND
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libunwind) AND
- (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite))
+ (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite) AND
+ (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/parallel-libs))
add_subdirectory(${entry})
endif()
endif()
@@ -33,3 +34,4 @@
endif()
add_llvm_external_project(dragonegg)
+add_llvm_external_project(parallel-libs)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24402.70911.patch
Type: text/x-patch
Size: 812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160909/0ffd9809/attachment.bin>
More information about the llvm-commits
mailing list