[PATCH] D25429: [analyzer] Link libStaticAnalyzerCheckers to libASTMatchers.
Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 04:55:51 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL284112: [analyzer] Link libStaticAnalyzerCheckers to libASTMatchers. (authored by dergachev).
Changed prior to commit:
https://reviews.llvm.org/D25429?vs=74109&id=74497#toc
Repository:
rL LLVM
https://reviews.llvm.org/D25429
Files:
cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt
Index: cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt
===================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt
@@ -91,6 +91,7 @@
LINK_LIBS
clangAST
+ clangASTMatchers
clangAnalysis
clangBasic
clangLex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25429.74497.patch
Type: text/x-patch
Size: 350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161013/e4f8251c/attachment.bin>
More information about the cfe-commits
mailing list