[PATCH] D38840: [compiler-rt] [cmake] [asan] Remove unnecessary gtest dep from dynamic tests
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 14:07:52 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL315620: [cmake] [asan] Remove unnecessary gtest dep from dynamic tests (authored by mgorny).
Changed prior to commit:
https://reviews.llvm.org/D38840?vs=118826&id=118842#toc
Repository:
rL LLVM
https://reviews.llvm.org/D38840
Files:
compiler-rt/trunk/lib/asan/tests/CMakeLists.txt
Index: compiler-rt/trunk/lib/asan/tests/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/asan/tests/CMakeLists.txt
+++ compiler-rt/trunk/lib/asan/tests/CMakeLists.txt
@@ -205,7 +205,7 @@
add_compiler_rt_test(AsanDynamicUnitTests "${dynamic_test_name}" "${arch}"
SUBDIR "dynamic"
OBJECTS ${ASAN_INST_TEST_OBJECTS}
- DEPS gtest asan ${ASAN_INST_TEST_OBJECTS}
+ DEPS asan ${ASAN_INST_TEST_OBJECTS}
LINK_FLAGS ${ASAN_DYNAMIC_UNITTEST_INSTRUMENTED_LINK_FLAGS}
)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38840.118842.patch
Type: text/x-patch
Size: 587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171012/007d4f57/attachment.bin>
More information about the cfe-commits
mailing list