1add_llvm_component_library(LLVMAVRDisassembler 2 AVRDisassembler.cpp 3 4 LINK_COMPONENTS 5 AVRInfo 6 CodeGenTypes 7 MC 8 MCDisassembler 9 Support 10 11 ADD_TO_COMPONENT 12 AVR 13 ) 14 15