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
/
lld
/
lib
/
ReaderWriter
/
YAML
/
BUILD.gn
blob
c3339efdd996429a7116b58f69d01b8b9b166d8c
1
static_library("YAML") {
2
output_name = "lldYAML"
3
configs += [ "//llvm/utils/gn/build:lld_code" ]
4
deps = [
5
"//lld/lib/Core",
6
"//llvm/lib/Support",
7
]
8
sources = [ "ReaderWriterYAML.cpp" ]
9
}