1add_llvm_component_library(LLVMVEAsmParser 2 VEAsmParser.cpp 3 4 LINK_COMPONENTS 5 CodeGenTypes 6 MC 7 MCParser 8 Support 9 VEDesc 10 VEInfo 11 12 ADD_TO_COMPONENT 13 VE 14 ) 15