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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
utils
/
gn
/
secondary
/
clang-tools-extra
/
clangd
/
index
/
remote
/
unimplemented
/
BUILD.gn
blob
b4efca109fdcc96c0a9f73474672d9512fc27338
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" ]
9
}