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