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
[lit] Improve lit.Run class
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
tools
/
llvm-modextract
/
BUILD.gn
blob
a8bf2d307c4910b479e5ffb39e22849fb74f6e0a
1
executable("llvm-modextract") {
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-modextract.cpp",
11
]
12
}