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 patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
tools
/
yaml2obj
/
BUILD.gn
blob
b0e2fe03c0f0f7275bf04d12c9538f37abe7fb67
1
executable("yaml2obj") {
2
deps = [
3
"//llvm/lib/ObjectYAML",
4
"//llvm/lib/Support",
5
]
6
sources = [
7
"yaml2obj.cpp",
8
]
9
}