From: Ilya Biryukov Date: Tue, 28 May 2019 14:23:00 +0000 (+0000) Subject: gn build: make clangd depend on clang resource headers X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12f38f55f12afad843d2b298674eb054f352e66d;p=llvm 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361828 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn b/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn index 02d12d42cdb..d1832b3797c 100644 --- a/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn +++ b/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn @@ -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",