Skip to content

Commit e3ba831

Browse files
committed
[clang] Fix the tooling build after D119130
New StandardLibrary.cpp depends on Clang AST, add the dependency to CMakeLists.txt Broken builbot: https://lab.llvm.org/buildbot/#/builders/57/builds/14892
1 parent fe69058 commit e3ba831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Tooling/Inclusions/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ add_clang_library(clangToolingInclusions
66
StandardLibrary.cpp
77

88
LINK_LIBS
9+
clangAST
910
clangBasic
1011
clangLex
1112
clangRewrite

0 commit comments

Comments
 (0)