[llvm] r198583 - Support: add reference for ARM EHABI
Saleem Abdulrasool
compnerd at compnerd.org
Sun Jan 5 20:14:03 PST 2014
Author: compnerd
Date: Sun Jan 5 22:14:03 2014
New Revision: 198583
URL: http://llvm.org/viewvc/llvm-project?rev=198583&view=rev
Log:
Support: add reference for ARM EHABI
Add a reference to the ARM EHABI Specification as a follow up to SVN r198576
Modified:
llvm/trunk/include/llvm/Support/ARMEHABI.h
Modified: llvm/trunk/include/llvm/Support/ARMEHABI.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ARMEHABI.h?rev=198583&r1=198582&r2=198583&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ARMEHABI.h (original)
+++ llvm/trunk/include/llvm/Support/ARMEHABI.h Sun Jan 5 22:14:03 2014
@@ -10,6 +10,13 @@
// 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
More information about the llvm-commits
mailing list