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
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,
clangToolingCore
clangToolingInclusions
clangToolingRefactor
- LLVMSupport
- LLVMTestingSupport
)