From e34d1a4e07b8d477c279388e1a05f6dd64ab0ada Mon Sep 17 00:00:00 2001 From: Pengxuan Zheng Date: Wed, 5 Jun 2019 19:44:08 +0000 Subject: [PATCH] [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 llvm-svn: 362637 --- clang/unittests/Tooling/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/unittests/Tooling/CMakeLists.txt b/clang/unittests/Tooling/CMakeLists.txt index a3d2fc2..5039db3 100644 --- a/clang/unittests/Tooling/CMakeLists.txt +++ b/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, -- 2.7.4