From c91b26281ac8e205d7628e2668781cb369ce9a73 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 5 Nov 2010 17:48:05 +0000 Subject: [PATCH] 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 --- include/llvm/Support/MachO.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h index 4c13177926d..964ac6a8458 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,