1 set(LLVM_LINK_COMPONENTS 2 AsmParser 3 BitWriter 4 Core 5 Support 6 ) 7 8 add_llvm_tool(llvm-as 9 llvm-as.cpp 10 ) 11