[analyzer] Link libStaticAnalyzerCheckers to libASTMatchers.

AST matchers are useful for the analyzer's checkers.
More patches on particular checkers shall follow.

This is the first time clang binary gets linked to ASTMatchers.
The binary size increase for the clang executable would be
+0.5% in release mode, +2% in debug mode.

Differential Revision: https://reviews.llvm.org/D25429

llvm-svn: 284112
This commit is contained in:
Artem Dergachev 2016-10-13 11:41:12 +00:00
parent e77bcc7371
commit bb51662d8d
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ add_clang_library(clangStaticAnalyzerCheckers
LINK_LIBS
clangAST
clangASTMatchers
clangAnalysis
clangBasic
clangLex