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-lto
/
BUILD.gn
blob
a569fd96db6fb5e7c5c0297c4b6724956382cecf
1
executable("llvm-lto") {
2
deps = [
3
"//llvm/lib/Bitcode/Reader",
4
"//llvm/lib/Bitcode/Writer",
5
"//llvm/lib/IR",
6
"//llvm/lib/IRReader",
7
"//llvm/lib/LTO",
8
"//llvm/lib/MC",
9
"//llvm/lib/Object",
10
"//llvm/lib/Support",
11
"//llvm/lib/Target",
12
"//llvm/lib/Target:TargetsToBuild",
13
]
14
sources = [
15
"llvm-lto.cpp",
16
]
17
}