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
[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
tools
/
llvm-cat
/
BUILD.gn
blob
29c717647b347870f4f297a0860b797a963f8fe3
1
executable("llvm-cat") {
2
deps = [
3
"//llvm/lib/Bitcode/Reader",
4
"//llvm/lib/Bitcode/Writer",
5
"//llvm/lib/IR",
6
"//llvm/lib/IRReader",
7
"//llvm/lib/Support",
8
]
9
sources = [
10
"llvm-cat.cpp",
11
]
12
}