[AVR] Added AVRCallingConv.td
[oota-llvm.git] / lib / Target / AVR / CMakeLists.txt
index 9c29f2086e6c45ace7e54ce2952c82bf4093aa45..22b30ef358552c065e81e242005e4207fa96054d 100644 (file)
@@ -1,6 +1,7 @@
 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