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 @@ -2,6 +2,7 @@ ${LLVM_TARGETS_TO_BUILD} Support TestingSupport + LLVMTestingSupport ) # By default MSVC has a 2^16 limit on the number of sections in an object file, @@ -71,6 +72,7 @@ clangToolingCore clangToolingInclusions clangToolingRefactor + LLVMTestingSupport )