Index: unittests/Tooling/CMakeLists.txt =================================================================== --- unittests/Tooling/CMakeLists.txt +++ 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 @@ clangToolingCore clangToolingInclusions clangToolingRefactor - LLVMSupport - LLVMTestingSupport )