]> granicus.if.org Git - llvm/commitdiff
gn build: make clangd depend on clang resource headers
authorIlya Biryukov <ibiryukov@google.com>
Tue, 28 May 2019 14:23:00 +0000 (14:23 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Tue, 28 May 2019 14:23:00 +0000 (14:23 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361828 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn

index 02d12d42cdb8ac1fceb60ef2be09c7d4992e9acc..d1832b3797cf9d8f4c9ae0dc4982922c88d2efd1 100644 (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",