[clang] Fix the tooling build after D119130
authorKirill Bobyrev <kbobyrev@google.com>
Wed, 9 Feb 2022 10:52:03 +0000 (11:52 +0100)
committerKirill Bobyrev <kbobyrev@google.com>
Wed, 9 Feb 2022 10:52:03 +0000 (11:52 +0100)
New StandardLibrary.cpp depends on Clang AST, add the dependency to
CMakeLists.txt

Broken builbot: https://lab.llvm.org/buildbot/#/builders/57/builds/14892

clang/lib/Tooling/Inclusions/CMakeLists.txt

index ee884a0..fba003b 100644 (file)
@@ -6,6 +6,7 @@ add_clang_library(clangToolingInclusions
   StandardLibrary.cpp
 
   LINK_LIBS
+  clangAST
   clangBasic
   clangLex
   clangRewrite