2015-12-20 13:16:20 +01:00
|
|
|
set(LLVM_TARGET_DEFINITIONS AVR.td)
|
2015-11-12 10:26:44 +01:00
|
|
|
|
2016-09-28 15:02:57 +02:00
|
|
|
tablegen(LLVM AVRGenAsmMatcher.inc -gen-asm-matcher)
|
2016-10-10 03:28:45 +02:00
|
|
|
tablegen(LLVM AVRGenAsmWriter.inc -gen-asm-writer)
|
2015-12-21 00:17:44 +01:00
|
|
|
tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
|
2016-10-27 09:03:47 +02:00
|
|
|
tablegen(LLVM AVRGenDAGISel.inc -gen-dag-isel)
|
2016-10-23 01:57:59 +02:00
|
|
|
tablegen(LLVM AVRGenDisassemblerTables.inc -gen-disassembler)
|
2016-10-10 03:28:45 +02:00
|
|
|
tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info)
|
2018-04-04 14:27:43 +02:00
|
|
|
tablegen(LLVM AVRGenMCCodeEmitter.inc -gen-emitter)
|
2016-10-10 03:28:45 +02:00
|
|
|
tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
|
2016-05-06 12:12:31 +02:00
|
|
|
tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget)
|
2018-04-04 14:27:43 +02:00
|
|
|
|
2015-12-20 13:16:20 +01:00
|
|
|
add_public_tablegen_target(AVRCommonTableGen)
|
2015-11-12 10:26:44 +01:00
|
|
|
|
|
|
|
add_llvm_target(AVRCodeGen
|
2016-10-08 02:02:36 +02:00
|
|
|
AVRAsmPrinter.cpp
|
2016-11-16 22:58:04 +01:00
|
|
|
AVRExpandPseudoInsts.cpp
|
2016-10-05 13:48:56 +02:00
|
|
|
AVRFrameLowering.cpp
|
2016-05-18 13:11:51 +02:00
|
|
|
AVRInstrInfo.cpp
|
2016-10-27 09:03:47 +02:00
|
|
|
AVRISelDAGToDAG.cpp
|
2016-11-02 07:47:40 +01:00
|
|
|
AVRISelLowering.cpp
|
2016-10-07 08:13:09 +02:00
|
|
|
AVRMCInstLower.cpp
|
2016-12-13 06:53:14 +01:00
|
|
|
AVRRelaxMemOperations.cpp
|
2016-05-18 13:11:51 +02:00
|
|
|
AVRRegisterInfo.cpp
|
|
|
|
AVRSubtarget.cpp
|
|
|
|
AVRTargetMachine.cpp
|
|
|
|
AVRTargetObjectFile.cpp
|
2015-11-12 10:26:44 +01:00
|
|
|
|
2016-11-17 05:36:50 +01:00
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
|
|
|
)
|
2015-11-12 10:26:44 +01:00
|
|
|
|
2016-09-30 16:01:50 +02:00
|
|
|
add_subdirectory(AsmParser)
|
2016-10-27 10:09:15 +02:00
|
|
|
add_subdirectory(Disassembler)
|
2016-05-21 02:35:07 +02:00
|
|
|
add_subdirectory(MCTargetDesc)
|
2015-11-12 10:26:44 +01:00
|
|
|
add_subdirectory(TargetInfo)
|