Skip to content

Commit

Permalink
[gn build] minimally merge 67b2dbd more
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Apr 24, 2020
1 parent 2458cd2 commit 76ea360
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Expand Up @@ -2,6 +2,7 @@ executable("dexp") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang-tools-extra/clangd",
"//clang-tools-extra/clangd/index/remote",
"//clang/lib/Basic",
"//llvm/lib/LineEditor",
"//llvm/lib/Support",
Expand Down
@@ -0,0 +1,10 @@
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 = [ "../.." ]
sources = [ "unimplemented/UnimplementedClient.cpp" ]
}

0 comments on commit 76ea360

Please sign in to comment.