[PATCH] D95653: [clang-tidy] Fix linking tests to LLVMTestingSupport
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 29 12:54:25 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG632545e8ce84: [clang-tidy] Fix linking tests to LLVMTestingSupport (authored by mgorny).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95653/new/
https://reviews.llvm.org/D95653
Files:
clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
Index: clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
===================================================================
--- clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
+++ clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
@@ -1,7 +1,6 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
- TestingSupport
)
get_filename_component(CLANG_LINT_SOURCE_DIR
@@ -46,4 +45,5 @@
clangTidyObjCModule
clangTidyReadabilityModule
clangTidyUtils
+ LLVMTestingSupport
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95653.320193.patch
Type: text/x-patch
Size: 503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210129/34e4178b/attachment.bin>
More information about the cfe-commits
mailing list