[PATCH] D62201: [LibTooling] Adjust dependencies for unittests.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 21 08:07:31 PDT 2019
ymandel created this revision.
ymandel added a reviewer: thakis.
Herald added a subscriber: mgorny.
Herald added a project: clang.
Fix a redundant dependency and move another to its proper place.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62201
Files:
clang/unittests/Tooling/CMakeLists.txt
Index: clang/unittests/Tooling/CMakeLists.txt
===================================================================
--- clang/unittests/Tooling/CMakeLists.txt
+++ clang/unittests/Tooling/CMakeLists.txt
@@ -1,6 +1,7 @@
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,
@@ -70,8 +71,6 @@
clangToolingCore
clangToolingInclusions
clangToolingRefactor
- LLVMSupport
- LLVMTestingSupport
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62201.200514.patch
Type: text/x-patch
Size: 521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190521/b291bfed/attachment.bin>
More information about the cfe-commits
mailing list