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
/
llvm-dis
/
BUILD.gn
blob
c0c0c49c132a025ba72a05f0da1430b911af5082
1
executable("llvm-dis") {
2
deps = [
3
"//llvm/lib/Bitcode/Reader",
4
"//llvm/lib/IR",
5
"//llvm/lib/Support",
6
]
7
sources = [
8
"llvm-dis.cpp",
9
]
10
}