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