1add_llvm_component_library(LLVMAVRDesc 2 AVRAsmBackend.cpp 3 AVRELFObjectWriter.cpp 4 AVRELFStreamer.cpp 5 AVRInstPrinter.cpp 6 AVRMCAsmInfo.cpp 7 AVRMCCodeEmitter.cpp 8 AVRMCELFStreamer.cpp 9 AVRMCExpr.cpp 10 AVRMCTargetDesc.cpp 11 AVRTargetStreamer.cpp 12 13 LINK_COMPONENTS 14 MC 15 AVRInfo 16 Support 17 TargetParser 18 19 ADD_TO_COMPONENT 20 AVR 21) 22 23add_dependencies(LLVMAVRDesc AVRCommonTableGen) 24 25