r362637 - [cmake] Remove duplicate TestingSupport library for linking

Pengxuan Zheng via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 5 12:44:08 PDT 2019


Author: pzheng
Date: Wed Jun  5 12:44:08 2019
New Revision: 362637

URL: http://llvm.org/viewvc/llvm-project?rev=362637&view=rev
Log:
[cmake] Remove duplicate TestingSupport library for linking

Summary: This patch cleans up a duplicate use of TestingSupport library.

Subscribers: mgorny, cfe-commits

Tags: #clang

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

Modified:
    cfe/trunk/unittests/Tooling/CMakeLists.txt

Modified: cfe/trunk/unittests/Tooling/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/CMakeLists.txt?rev=362637&r1=362636&r2=362637&view=diff
==============================================================================
--- cfe/trunk/unittests/Tooling/CMakeLists.txt (original)
+++ cfe/trunk/unittests/Tooling/CMakeLists.txt Wed Jun  5 12:44:08 2019
@@ -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,




More information about the cfe-commits mailing list