[PATCH] D62924: [cmake] Remove duplicate TestingSupport library for linking

Pengxuan Zheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 5 12:42:07 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe34d1a4e07b8: [cmake] Remove duplicate TestingSupport library for linking (authored by pzheng).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62924/new/

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,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62924.203229.patch
Type: text/x-patch
Size: 387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190605/c9ce58b0/attachment-0001.bin>


More information about the cfe-commits mailing list