blob: 7433a151f0cf613bfe6d5878b4645b16ebf0093c [file] [log] [blame]
executable("llvm-as") {
deps = [
"//llvm/lib/AsmParser",
"//llvm/lib/Bitcode/Writer",
"//llvm/lib/IR",
"//llvm/lib/Support",
]
sources = [ "llvm-as.cpp" ]
}