From: Yitzhak Mandelbaum Date: Tue, 21 May 2019 18:48:58 +0000 (+0000) Subject: [LibTooling] Address post-commit feedback for r361152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=361087be665198fc831e86ddcb13c4e22d115420;p=clang [LibTooling] Address post-commit feedback for r361152 Fixes a redundant dependency and moves another to its proper place. Reviewers: thakis Subscribers: mgorny, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D62201 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361285 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Tooling/CMakeLists.txt b/unittests/Tooling/CMakeLists.txt index 8c383be2d7..af8a35d925 100644 --- a/unittests/Tooling/CMakeLists.txt +++ b/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 @@ target_link_libraries(ToolingTests clangToolingCore clangToolingInclusions clangToolingRefactor - LLVMSupport - LLVMTestingSupport )