Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTests
authorThomas Lively <tlively@google.com>
Thu, 23 May 2019 18:55:00 +0000 (18:55 +0000)
committerThomas Lively <tlively@google.com>
Thu, 23 May 2019 18:55:00 +0000 (18:55 +0000)
Summary: Add correct cmake dependencies so that `ToolingTests` link
successfully.

Patch by Guanzhong Chen

Reviewers: tlively, aheejin

Reviewed By: tlively

Subscribers: mgorny, cfe-commits

Tags: #clang

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

llvm-svn: 361536

clang/unittests/Tooling/CMakeLists.txt

index af8a35d..111e07e 100644 (file)
@@ -71,6 +71,7 @@ target_link_libraries(ToolingTests
   clangToolingCore
   clangToolingInclusions
   clangToolingRefactor
+  LLVMTestingSupport
   )