projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d87bca
)
Add v5 and v7 ARM CPU subtype values.
author
Jim Grosbach
<grosbach@apple.com>
Fri, 5 Nov 2010 17:48:05 +0000
(17:48 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 5 Nov 2010 17:48:05 +0000
(17:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118281
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/MachO.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/MachO.h
b/include/llvm/Support/MachO.h
index 4c13177926d26f87ec97dad83916e8b968ff3a2c..964ac6a84586c999723048284f5446512021daaf 100644
(file)
--- 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,