blob: 22b30ef358552c065e81e242005e4207fa96054d [file] [log] [blame]
set(LLVM_TARGET_DEFINITIONS AVR.td)
tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
add_public_tablegen_target(AVRCommonTableGen)
add_llvm_target(AVRCodeGen
AVRTargetMachine.cpp
)
add_dependencies(LLVMAVRCodeGen intrinsics_gen)
add_subdirectory(TargetInfo)