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
[MIPS GlobalISel] Select MSA vector generic and builtin add
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
tools
/
llvm-mc
/
BUILD.gn
blob
653c5c01d5968648f7d2196a5b95963032a552cd
1
executable("llvm-mc") {
2
deps = [
3
"//llvm/lib/MC",
4
"//llvm/lib/MC/MCParser",
5
"//llvm/lib/Support",
6
"//llvm/lib/Target:AllTargetsAsmParsers",
7
"//llvm/lib/Target:AllTargetsDescs",
8
"//llvm/lib/Target:AllTargetsDisassemblers",
9
"//llvm/lib/Target:AllTargetsInfos",
10
]
11
sources = [
12
"Disassembler.cpp",
13
"llvm-mc.cpp",
14
]
15
}