[PATCH] D62480: gn build: make clangd depend on clang resource headers

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 27 04:28:49 PDT 2019


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: thakis.
Herald added subscribers: kadircet, arphaman, jkorous, MaskRay.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62480

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


Index: llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn
+++ llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn
@@ -11,6 +11,7 @@
     "//clang/lib/Basic",
     "//clang/lib/Format",
     "//clang/lib/Frontend",
+    "//clang/lib/Headers",
     "//clang/lib/Sema",
     "//clang/lib/Tooling",
     "//clang/lib/Tooling/Core",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62480.201498.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190527/6bf8b936/attachment.bin>


More information about the llvm-commits mailing list