Add AVR.td and AVRRegisterInfo.td
[oota-llvm.git] / lib / Target / AVR / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS AVR.td)
2
3 tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
4 add_public_tablegen_target(AVRCommonTableGen)
5
6 add_llvm_target(AVRCodeGen
7     AVRTargetMachine.cpp
8   )
9
10 add_dependencies(LLVMAVRCodeGen intrinsics_gen)
11
12 add_subdirectory(TargetInfo)
13