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-extract
/
BUILD.gn
blob
c8699a7bd5f2e14eb375a3f82468bb9d91a61452
1
executable("llvm-extract") {
2
deps = [
3
"//llvm/lib/Bitcode/Writer",
4
"//llvm/lib/IR",
5
"//llvm/lib/IRReader",
6
"//llvm/lib/Support",
7
"//llvm/lib/Transforms/IPO",
8
]
9
sources = [
10
"llvm-extract.cpp",
11
]
12
}