Support: add reference for ARM EHABI
[oota-llvm.git] / include / llvm / Support / ARMEHABI.h
index 229639d46bd45b8a4930f7e0f5955fe1fc672652..c7ac54aeb6de336c5d176a5684c8c25a86dc0404 100644 (file)
 // This file defines the constants for the ARM unwind opcodes and exception
 // handling table entry kinds.
 //
+// The enumerations and constants in this file reflect the ARM EHABI
+// Specification as published by ARM.
+//
+// Exception Handling ABI for the ARM Architecture r2.09 - November 30, 2012
+//
+// http://infocenter.arm.com/help/topic/com.arm.doc.ihi0038a/IHI0038A_ehabi.pdf
+//
 //===----------------------------------------------------------------------===//
 
 #ifndef LLVM_SUPPORT_ARM_EHABI_H