From: Jim Grosbach Date: Fri, 5 Nov 2010 17:48:05 +0000 (+0000) Subject: Add v5 and v7 ARM CPU subtype values. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c91b26281ac8e205d7628e2668781cb369ce9a73;p=oota-llvm.git 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 --- 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,