1add_llvm_component_library(LLVMAVRAsmParser 2 AVRAsmParser.cpp 3 4 LINK_COMPONENTS 5 AVRDesc 6 AVRInfo 7 CodeGenTypes 8 MC 9 MCParser 10 Support 11 12 ADD_TO_COMPONENT 13 AVR 14 ) 15