pzheng created this revision. Herald added subscribers: cfe-commits, mgorny. Herald added a project: clang.
This patch cleans up a duplicate use of TestingSupport library. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D62924 Files: clang/unittests/Tooling/CMakeLists.txt Index: clang/unittests/Tooling/CMakeLists.txt =================================================================== --- clang/unittests/Tooling/CMakeLists.txt +++ 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,
Index: clang/unittests/Tooling/CMakeLists.txt =================================================================== --- clang/unittests/Tooling/CMakeLists.txt +++ 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,
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits