1set(LLVM_TARGET_DEFINITIONS AVR.td)
2
3tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
4tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
5add_public_tablegen_target(AVRCommonTableGen)
6
7add_llvm_target(AVRCodeGen
8    AVRTargetMachine.cpp
9  )
10
11add_dependencies(LLVMAVRCodeGen intrinsics_gen)
12
13add_subdirectory(TargetInfo)
14
15