Support: add reference for ARM EHABI
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 6 Jan 2014 04:14:03 +0000 (04:14 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 6 Jan 2014 04:14:03 +0000 (04:14 +0000)
Add a reference to the ARM EHABI Specification as a follow up to SVN r198576

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198583 91177308-0d34-0410-b5e6-96231b3b80d8

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