repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
lld
/
lib
/
ReaderWriter
/
YAML
/
BUILD.gn
blob
9fb1479d03918f9938732d4739c040c1babcba86
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 = [
9
"ReaderWriterYAML.cpp",
10
]
11
}