Implemented Support of IA interrupt and exception handlers:
[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 tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
5 add_public_tablegen_target(AVRCommonTableGen)
6
7 add_llvm_target(AVRCodeGen
8     AVRTargetMachine.cpp
9   )
10
11 add_dependencies(LLVMAVRCodeGen intrinsics_gen)
12
13 add_subdirectory(TargetInfo)
14