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-exegesis
/
BUILD.gn
blob
7b81b7e5fb87810a8cb6ca7c602af7f948d0faed
1
executable("llvm-exegesis") {
2
deps = [
3
"lib",
4
"//llvm/lib/CodeGen",
5
"//llvm/lib/ExecutionEngine",
6
"//llvm/lib/ExecutionEngine/MCJIT",
7
"//llvm/lib/MC",
8
"//llvm/lib/Object",
9
"//llvm/lib/Support",
10
"//llvm/lib/Target:NativeTarget",
11
]
12
sources = [
13
"llvm-exegesis.cpp",
14
]
15
}