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