[PATCH] D67473: [clang-tidy] Fix build with -DBUILD_SHARED_LIB=ON
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 11 20:11:07 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371706: [clang-tidy] Fix build with -DBUILD_SHARED_LIB=ON (authored by aheejin, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D67473?vs=219833&id=219843#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67473/new/
https://reviews.llvm.org/D67473
Files:
clang-tools-extra/trunk/clang-tidy/CMakeLists.txt
Index: clang-tools-extra/trunk/clang-tidy/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/clang-tidy/CMakeLists.txt
+++ clang-tools-extra/trunk/clang-tidy/CMakeLists.txt
@@ -16,6 +16,7 @@
ClangSACheckers
LINK_LIBS
+ clangAnalysis
clangAST
clangASTMatchers
clangBasic
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67473.219843.patch
Type: text/x-patch
Size: 348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190912/40ed2e35/attachment.bin>
More information about the cfe-commits
mailing list