[PATCH] D62924: [cmake] Remove duplicate TestingSupport library for linking
Pengxuan Zheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 5 11:57:00 PDT 2019
pzheng created this revision.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
This patch cleans up a duplicate use of TestingSupport library.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62924
Files:
clang/unittests/Tooling/CMakeLists.txt
Index: clang/unittests/Tooling/CMakeLists.txt
===================================================================
--- clang/unittests/Tooling/CMakeLists.txt
+++ clang/unittests/Tooling/CMakeLists.txt
@@ -1,7 +1,6 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Support
- TestingSupport
)
# By default MSVC has a 2^16 limit on the number of sections in an object file,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62924.203217.patch
Type: text/x-patch
Size: 387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190605/f4fba779/attachment.bin>
More information about the cfe-commits
mailing list