gn build: make clangd depend on clang resource headers

Summary:
clangd needs them to function properly, even though they are not
strictly required for the build.

Reviewers: thakis

Reviewed By: thakis

Subscribers: MaskRay, jkorous, arphaman, llvm-commits, kadircet

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D62480

llvm-svn: 361828
This commit is contained in:
Ilya Biryukov 2019-05-28 14:23:00 +00:00
parent 6d458fa866
commit 6a17102731
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ executable("clangd") {
"//clang/lib/Basic",
"//clang/lib/Format",
"//clang/lib/Frontend",
"//clang/lib/Headers",
"//clang/lib/Sema",
"//clang/lib/Tooling",
"//clang/lib/Tooling/Core",