blob: 22b30ef358552c065e81e242005e4207fa96054d [file] [log] [blame]
Dylan McKay029346f2015-12-20 12:16:20 +00001set(LLVM_TARGET_DEFINITIONS AVR.td)
Dylan McKayc498ba32015-11-12 09:26:44 +00002
Dylan McKay029346f2015-12-20 12:16:20 +00003tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
Dylan McKayf061e9b2015-12-20 23:17:44 +00004tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
Dylan McKay029346f2015-12-20 12:16:20 +00005add_public_tablegen_target(AVRCommonTableGen)
Dylan McKayc498ba32015-11-12 09:26:44 +00006
7add_llvm_target(AVRCodeGen
8 AVRTargetMachine.cpp
9 )
10
11add_dependencies(LLVMAVRCodeGen intrinsics_gen)
12
13add_subdirectory(TargetInfo)
14