]> granicus.if.org Git - clang/commitdiff
[LibTooling] Address post-commit feedback for r361152
authorYitzhak Mandelbaum <yitzhakm@google.com>
Tue, 21 May 2019 18:48:58 +0000 (18:48 +0000)
committerYitzhak Mandelbaum <yitzhakm@google.com>
Tue, 21 May 2019 18:48:58 +0000 (18:48 +0000)
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

index 8c383be2d74ae9a278dc138d3efc15b147d3833f..af8a35d92517d1cda18488a520b89e71d164a035 100644 (file)
@@ -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
   )