Skip to content

Commit

Permalink
[LibTooling] Address post-commit feedback for r361152
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ymand committed May 21, 2019
1 parent 432603d commit 361087b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unittests/Tooling/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -70,8 +71,6 @@ target_link_libraries(ToolingTests
clangToolingCore
clangToolingInclusions
clangToolingRefactor
LLVMSupport
LLVMTestingSupport
)


Expand Down

0 comments on commit 361087b

Please sign in to comment.