[LLD] [COFF] Fix linking import libraries with -wholearchive: (#122806)
[llvm-project.git] / llvm / utils / gn / secondary / clang-tools-extra / clangd / index / remote / BUILD.gn
blob522bec5f5bfe9641a1ae7acb0a233dbbc75341f5
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   }