1 add_llvm_component_group(AVR)
3 set(LLVM_TARGET_DEFINITIONS AVR.td)
5 tablegen(LLVM AVRGenAsmMatcher.inc -gen-asm-matcher)
6 tablegen(LLVM AVRGenAsmWriter.inc -gen-asm-writer)
7 tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
8 tablegen(LLVM AVRGenDAGISel.inc -gen-dag-isel)
9 tablegen(LLVM AVRGenDisassemblerTables.inc -gen-disassembler)
10 tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info)
11 tablegen(LLVM AVRGenMCCodeEmitter.inc -gen-emitter)
12 tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
13 tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget)
15 add_public_tablegen_target(AVRCommonTableGen)
17 add_llvm_target(AVRCodeGen
19 AVRExpandPseudoInsts.cpp
29 AVRTargetObjectFile.cpp
50 add_subdirectory(AsmParser)
51 add_subdirectory(Disassembler)
52 add_subdirectory(MCTargetDesc)
53 add_subdirectory(TargetInfo)