[clang-tidy] Add dependency to clangAnalysis after rC343160

llvm-svn: 343168
This commit is contained in:
Fangrui Song 2018-09-27 04:23:24 +00:00
parent b57c9c4a6e
commit b441be0924
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ add_clang_library(clangTidyMPIModule
TypeMismatchCheck.cpp
LINK_LIBS
clangAnalysis
clangAST
clangASTMatchers
clangBasic