[gn build] add a missing dependency

This commit is contained in:
Nico Weber 2020-12-10 16:15:52 -05:00
parent ea475c77ff
commit c9235180d1
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ unittest("ClangdTests") {
"//clang/lib/Tooling/Core",
"//clang/lib/Tooling/Inclusions",
"//clang/lib/Tooling/Syntax",
"//llvm/include/llvm/Config:llvm-config",
"//llvm/lib/Support",
"//llvm/lib/Testing/Support",
]