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
/
lib
/
Target
/
AArch64
/
TargetInfo
/
BUILD.gn
blob
25565c216a9bcc5fd0806f449a775b3e9ad5452c
1
static_library("TargetInfo") {
2
output_name = "LLVMAArch64Info"
3
deps = [
4
"//llvm/lib/Support",
5
]
6
include_dirs = [ ".." ]
7
sources = [
8
"AArch64TargetInfo.cpp",
9
]
10
}