summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-01-06 04:14:03 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-01-06 04:14:03 +0000
commit3b83083711284c2cc50947ead90d9d049bbdcd4b (patch)
tree864e402fbd45dc48ebdf1311a06bf96505feef7d /include
parentf14f22cebf4608056238fd5e326a6526cb1eef13 (diff)
downloadllvm-3b83083711284c2cc50947ead90d9d049bbdcd4b.tar.gz
llvm-3b83083711284c2cc50947ead90d9d049bbdcd4b.tar.bz2
llvm-3b83083711284c2cc50947ead90d9d049bbdcd4b.tar.xz
Support: add reference for ARM EHABI
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/ARMEHABI.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Support/ARMEHABI.h b/include/llvm/Support/ARMEHABI.h
index 229639d46b..c7ac54aeb6 100644
--- a/include/llvm/Support/ARMEHABI.h
+++ b/include/llvm/Support/ARMEHABI.h
@@ -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