1set(LLVM_LINK_COMPONENTS asmparser bitwriter)
2
3add_llvm_tool(llvm-as
4  llvm-as.cpp
5  )
6