Skip to content

Commit 5537b9a

Browse files
committed
[FIX] Add clangIndex as a dependence for clangStaticAnalyzerCore
This was introduced by #161663.
1 parent 69b8d6d commit 5537b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/StaticAnalyzer/Core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ add_clang_library(clangStaticAnalyzerCore
6161
clangBasic
6262
clangCrossTU
6363
clangFrontend
64+
clangIndex
6465
clangLex
6566
clangRewrite
6667
clangToolingCore

0 commit comments

Comments
 (0)