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
[ARM] MVE predicate store patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
tools
/
llvm-lto2
/
BUILD.gn
blob
9dfb23143408273e9d2e7d2eaa80070617451d93
1
executable("llvm-lto2") {
2
deps = [
3
"//llvm/lib/Bitcode/Reader",
4
"//llvm/lib/IR",
5
"//llvm/lib/LTO",
6
"//llvm/lib/Linker",
7
"//llvm/lib/MC",
8
"//llvm/lib/Object",
9
"//llvm/lib/Support",
10
"//llvm/lib/Target",
11
"//llvm/lib/Target:TargetsToBuild",
12
]
13
sources = [
14
"llvm-lto2.cpp",
15
]
16
}