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