[PATCH] D62333: Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTests
Guanzhong Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 11:21:23 PDT 2019
quantum created this revision.
quantum added reviewers: tlively, aheejin.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
Add correct cmake dependencies so that `ToolingTests` link successfully.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62333
Files:
clang/unittests/Tooling/CMakeLists.txt
Index: clang/unittests/Tooling/CMakeLists.txt
===================================================================
--- clang/unittests/Tooling/CMakeLists.txt
+++ clang/unittests/Tooling/CMakeLists.txt
@@ -2,6 +2,7 @@
${LLVM_TARGETS_TO_BUILD}
Support
TestingSupport
+ LLVMTestingSupport
)
# By default MSVC has a 2^16 limit on the number of sections in an object file,
@@ -71,6 +72,7 @@
clangToolingCore
clangToolingInclusions
clangToolingRefactor
+ LLVMTestingSupport
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62333.201022.patch
Type: text/x-patch
Size: 502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190523/76e41365/attachment.bin>
More information about the cfe-commits
mailing list