Skip to content

Commit 79b7ce4

Browse files
author
Shuai Wang
committedSep 12, 2018
[NFC] Fix build breakage due to missing dep caused by D51950
llvm-svn: 342012
1 parent 2362bf7 commit 79b7ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎clang-tools-extra/clang-tidy/performance/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ add_clang_library(clangTidyPerformanceModule
1818
LINK_LIBS
1919
clangAST
2020
clangASTMatchers
21+
clangAnalysis
2122
clangBasic
2223
clangLex
2324
clangTidy

0 commit comments

Comments
 (0)
Please sign in to comment.