summaryrefslogtreecommitdiff
path: root/include/llvm/Support/MachO.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-05 17:48:05 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-05 17:48:05 +0000
commitc91b26281ac8e205d7628e2668781cb369ce9a73 (patch)
treea53c66f9e5e6d7f87a7c24c79af5e225ebd2da66 /include/llvm/Support/MachO.h
parent6d87bca865eef4d08828029d973d844a6e992dff (diff)
downloadllvm-c91b26281ac8e205d7628e2668781cb369ce9a73.tar.gz
llvm-c91b26281ac8e205d7628e2668781cb369ce9a73.tar.bz2
llvm-c91b26281ac8e205d7628e2668781cb369ce9a73.tar.xz
Add v5 and v7 ARM CPU subtype values.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118281 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/MachO.h')
-rw-r--r--include/llvm/Support/MachO.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h
index 4c13177926..964ac6a845 100644
--- a/include/llvm/Support/MachO.h
+++ b/include/llvm/Support/MachO.h
@@ -681,7 +681,9 @@ namespace llvm {
// ARM
CPUSubType_ARM_ALL = 0,
CPUSubType_ARM_V4T = 5,
+ CPUSubType_ARM_V5 = 7,
CPUSubType_ARM_V6 = 6,
+ CPUSubType_ARM_V7 = 9,
// PowerPC
CPUSubType_POWERPC_ALL = 0,