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
/
CodeGen
/
MIRParser
/
BUILD.gn
blob
99465448f02fa17aa208e359b0b104f5b383fc19
1
static_library("MIRParser") {
2
output_name = "LLVMMIRParser"
3
deps = [
4
"//llvm/lib/AsmParser",
5
"//llvm/lib/BinaryFormat",
6
"//llvm/lib/CodeGen",
7
"//llvm/lib/IR",
8
"//llvm/lib/MC",
9
"//llvm/lib/Support",
10
"//llvm/lib/Target",
11
]
12
sources = [
13
"MILexer.cpp",
14
"MIParser.cpp",
15
"MIRParser.cpp",
16
]
17
}