mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 07:38:57 +00:00
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:
parent
6d458fa866
commit
6a17102731
@ -11,6 +11,7 @@ executable("clangd") {
|
|||||||
"//clang/lib/Basic",
|
"//clang/lib/Basic",
|
||||||
"//clang/lib/Format",
|
"//clang/lib/Format",
|
||||||
"//clang/lib/Frontend",
|
"//clang/lib/Frontend",
|
||||||
|
"//clang/lib/Headers",
|
||||||
"//clang/lib/Sema",
|
"//clang/lib/Sema",
|
||||||
"//clang/lib/Tooling",
|
"//clang/lib/Tooling",
|
||||||
"//clang/lib/Tooling/Core",
|
"//clang/lib/Tooling/Core",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user