forked from OSchip/llvm-project
[NFC] Fix build breakage due to missing dep caused by D51950
llvm-svn: 342012
This commit is contained in:
parent
2362bf7d10
commit
79b7ce40af
|
|
@ -18,6 +18,7 @@ add_clang_library(clangTidyPerformanceModule
|
|||
LINK_LIBS
|
||||
clangAST
|
||||
clangASTMatchers
|
||||
clangAnalysis
|
||||
clangBasic
|
||||
clangLex
|
||||
clangTidy
|
||||
|
|
|
|||
Loading…
Reference in New Issue