[PATCH] D35692: [CMake] Remove redundant logic in runtimes/CMakeList.txt
Leo Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 10:27:02 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL308900: [CMake] Remove redundant logic in runtimes/CMakeList.txt (authored by aoli).
Repository:
rL LLVM
https://reviews.llvm.org/D35692
Files:
llvm/trunk/runtimes/CMakeLists.txt
Index: llvm/trunk/runtimes/CMakeLists.txt
===================================================================
--- llvm/trunk/runtimes/CMakeLists.txt
+++ llvm/trunk/runtimes/CMakeLists.txt
@@ -367,9 +367,6 @@
if(LLVM_INCLUDE_TESTS)
list(APPEND test_targets runtimes-test-depends check-runtimes)
- foreach(component ${SUB_COMPONENTS})
- list(APPEND SUB_CHECK_TARGETS check-${component})
- endforeach()
endif()
llvm_ExternalProject_Add(runtimes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35692.107925.patch
Type: text/x-patch
Size: 499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170724/93866c94/attachment.bin>
More information about the llvm-commits
mailing list