[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / utils / gn / secondary / clang-tools-extra / clangd / index / remote / unimplemented / BUILD.gn
blobb4efca109fdcc96c0a9f73474672d9512fc27338
1 source_set("unimplemented") {
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 = [ "UnimplementedClient.cpp" ]