2015-12-20 20:16:20 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS AVR.td)
|
2015-11-12 17:26:44 +08:00
|
|
|
|
2015-12-20 20:16:20 +08:00
|
|
|
tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
|
2016-02-10 16:55:23 +08:00
|
|
|
tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info)
|
2015-12-21 07:17:44 +08:00
|
|
|
tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
|
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
|
|
|
|
AVRTargetMachine.cpp
|
2016-01-07 18:53:15 +08:00
|
|
|
AVRTargetObjectFile.cpp
|
2015-11-12 17:26:44 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_dependencies(LLVMAVRCodeGen intrinsics_gen)
|
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|
|
|
|
|