[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
This commit is contained in:
Kirill Bobyrev 2022-02-09 11:52:03 +01:00
parent fe690587be
commit e3ba831937
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ add_clang_library(clangToolingInclusions
StandardLibrary.cpp
LINK_LIBS
clangAST
clangBasic
clangLex
clangRewrite