forked from OSchip/llvm-project
[clang-tidy] Add dependency on clangAnalysis to clangTidyMiscModule
Summary: This is needed for the recently submitted misc-use-after-move check (rL281453). For some reason, this still built under Linux, but it caused the PPC build bot to fail. Subscribers: beanz, cfe-commits, mgorny Differential Revision: https://reviews.llvm.org/D24561 llvm-svn: 281460
This commit is contained in:
parent
8d78af4bb4
commit
cd56273ff1
|
@ -47,6 +47,7 @@ add_clang_library(clangTidyMiscModule
|
|||
VirtualNearMissCheck.cpp
|
||||
|
||||
LINK_LIBS
|
||||
clangAnalysis
|
||||
clangAST
|
||||
clangASTMatchers
|
||||
clangBasic
|
||||
|
|
Loading…
Reference in New Issue