forked from OSchip/llvm-project
[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:
parent
e77bcc7371
commit
bb51662d8d
|
@ -91,6 +91,7 @@ add_clang_library(clangStaticAnalyzerCheckers
|
|||
|
||||
LINK_LIBS
|
||||
clangAST
|
||||
clangASTMatchers
|
||||
clangAnalysis
|
||||
clangBasic
|
||||
clangLex
|
||||
|
|
Loading…
Reference in New Issue