brintos

brintos / llvm-project-archived public Read only

0
0
Text · 390 B · 6d17f38 Raw
25 lines · plain
1add_llvm_component_library(LLVMAVRDesc2  AVRAsmBackend.cpp3  AVRELFObjectWriter.cpp4  AVRELFStreamer.cpp5  AVRInstPrinter.cpp6  AVRMCAsmInfo.cpp7  AVRMCCodeEmitter.cpp8  AVRMCELFStreamer.cpp9  AVRMCExpr.cpp10  AVRMCTargetDesc.cpp11  AVRTargetStreamer.cpp12 13  LINK_COMPONENTS14  MC15  AVRInfo16  Support17  TargetParser18 19  ADD_TO_COMPONENT20  AVR21)22 23add_dependencies(LLVMAVRDesc AVRCommonTableGen)24 25