forked from OSchip/llvm-project
[clang-tidy] Add dependency to clangAnalysis after rC343160
llvm-svn: 343168
This commit is contained in:
parent
b57c9c4a6e
commit
b441be0924
|
@ -6,6 +6,7 @@ add_clang_library(clangTidyMPIModule
|
|||
TypeMismatchCheck.cpp
|
||||
|
||||
LINK_LIBS
|
||||
clangAnalysis
|
||||
clangAST
|
||||
clangASTMatchers
|
||||
clangBasic
|
||||
|
|
Loading…
Reference in New Issue