[PATCH] D68927: [clang-tools-extra] Fix overzealous linking of dylib to clangTidy
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 15 06:05:45 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9c9bd1657cbd: [clang-tools-extra] Fix overzealous linking of dylib to clangTidy (authored by mgorny).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68927/new/
https://reviews.llvm.org/D68927
Files:
clang-tools-extra/clang-tidy/CMakeLists.txt
Index: clang-tools-extra/clang-tidy/CMakeLists.txt
===================================================================
--- clang-tools-extra/clang-tidy/CMakeLists.txt
+++ clang-tools-extra/clang-tidy/CMakeLists.txt
@@ -31,7 +31,7 @@
)
if(CLANG_ENABLE_STATIC_ANALYZER)
- clang_target_link_libraries(clangTidy PRIVATE
+ target_link_libraries(clangTidy PRIVATE
clangStaticAnalyzerCore
clangStaticAnalyzerFrontend
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68927.225016.patch
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191015/2e11c0e1/attachment.bin>
More information about the cfe-commits
mailing list