projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e836096
)
Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTests
author
Thomas Lively
<tlively@google.com>
Thu, 23 May 2019 18:55:00 +0000
(18:55 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/clang/unittests/Tooling/CMakeLists.txt
b/clang/unittests/Tooling/CMakeLists.txt
index af8a35d92517d1cda18488a520b89e71d164a035..111e07e8c907f5967836d67419f4cb1da25d4688 100644
(file)
--- a/
clang/unittests/Tooling/CMakeLists.txt
+++ b/
clang/unittests/Tooling/CMakeLists.txt
@@
-71,6
+71,7
@@
target_link_libraries(ToolingTests
clangToolingCore
clangToolingInclusions
clangToolingRefactor
+ LLVMTestingSupport
)