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