From 361087be665198fc831e86ddcb13c4e22d115420 Mon Sep 17 00:00:00 2001 From: Yitzhak Mandelbaum Date: Tue, 21 May 2019 18:48:58 +0000 Subject: [PATCH] [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 --- unittests/Tooling/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unittests/Tooling/CMakeLists.txt b/unittests/Tooling/CMakeLists.txt index 8c383be2d74a..af8a35d92517 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 )