Skip to content

Commit

Permalink
[cmake] Remove duplicate TestingSupport library for linking
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pzhengqc committed Jun 5, 2019
1 parent a95edb9 commit e34d1a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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,
Expand Down

0 comments on commit e34d1a4

Please sign in to comment.