repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLD] [COFF] Fix linking import libraries with -wholearchive: (#122806)
[llvm-project.git]
/
llvm
/
utils
/
gn
/
secondary
/
clang-tools-extra
/
clangd
/
index
/
remote
/
BUILD.gn
blob
522bec5f5bfe9641a1ae7acb0a233dbbc75341f5
1
source_set("remote") {
2
configs += [ "//llvm/utils/gn/build:clang_code" ]
3
deps = [
4
"//clang-tools-extra/clangd/support",
5
"//llvm/lib/Support",
6
]
7
include_dirs = [ "../.." ]
8
sources = []
9
if (false) {
10
sources += [ "Client.cpp" ]
11
}
12
}