diff --git a/clang/unittests/Tooling/CMakeLists.txt b/clang/unittests/Tooling/CMakeLists.txt --- a/clang/unittests/Tooling/CMakeLists.txt +++ b/clang/unittests/Tooling/CMakeLists.txt @@ -1,7 +1,6 @@ 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, @@ -71,6 +70,7 @@ clangToolingCore clangToolingInclusions clangToolingRefactor + LLVMTestingSupport )