[PATCH] D62269: [Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 14:39:40 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL361436: [Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest (authored by cbieneman, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D62269?vs=200819&id=200822#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62269/new/
https://reviews.llvm.org/D62269
Files:
llvm/trunk/runtimes/CMakeLists.txt
Index: llvm/trunk/runtimes/CMakeLists.txt
===================================================================
--- llvm/trunk/runtimes/CMakeLists.txt
+++ llvm/trunk/runtimes/CMakeLists.txt
@@ -553,6 +553,8 @@
obj2yaml
sancov
sanstats
+ gtest_main
+ gtest
)
foreach(target ${test_targets} ${SUB_CHECK_TARGETS})
add_dependencies(${target} ${RUNTIMES_TEST_DEPENDS})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62269.200822.patch
Type: text/x-patch
Size: 438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190522/b0cac77e/attachment.bin>
More information about the llvm-commits
mailing list