[cmake] Remove duplicate TestingSupport library for linking
authorPengxuan Zheng <pzheng@quicinc.com>
Wed, 5 Jun 2019 19:44:08 +0000 (19:44 +0000)
committerPengxuan Zheng <pzheng@quicinc.com>
Wed, 5 Jun 2019 19:44:08 +0000 (19:44 +0000)
Summary: This patch cleans up a duplicate use of TestingSupport library.

Subscribers: mgorny, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D62924

llvm-svn: 362637

clang/unittests/Tooling/CMakeLists.txt

index a3d2fc2..5039db3 100644 (file)
@@ -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,