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-ifs
/
BUILD.gn
blob
95b49d6f0eb5ddbe852d451ea10afc9f7fccb8d1
1
executable("llvm-ifs") {
2
deps = [
3
"//llvm/lib/Object",
4
"//llvm/lib/ObjectYAML",
5
"//llvm/lib/Support",
6
"//llvm/lib/TextAPI",
7
]
8
sources = [
9
"llvm-ifs.cpp",
10
]
11
}