We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2458cd2 commit 76ea360Copy full SHA for 76ea360
llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/BUILD.gn
@@ -2,6 +2,7 @@ executable("dexp") {
2
configs += [ "//llvm/utils/gn/build:clang_code" ]
3
deps = [
4
"//clang-tools-extra/clangd",
5
+ "//clang-tools-extra/clangd/index/remote",
6
"//clang/lib/Basic",
7
"//llvm/lib/LineEditor",
8
"//llvm/lib/Support",
llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn
@@ -0,0 +1,10 @@
1
+source_set("remote") {
+ configs += [ "//llvm/utils/gn/build:clang_code" ]
+ deps = [
+ "//clang-tools-extra/clangd",
+ "//llvm/lib/Support",
+ ]
+ public_deps = [ "//clang-tools-extra/clangd:features" ]
+ include_dirs = [ "../.." ]
9
+ sources = [ "unimplemented/UnimplementedClient.cpp" ]
10
+}
0 commit comments