summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-03-11 03:08:37 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-03-11 03:08:37 +0000
commitafe381c0a9a49941f68b8ac34b9449ff120de5ab (patch)
tree5c4079b9221dd6d585312b4bad26d218e9e888b9 /include
parent3139a0a41a7cfbb669e0f97191e6321464ce6939 (diff)
downloadllvm-afe381c0a9a49941f68b8ac34b9449ff120de5ab.tar.gz
llvm-afe381c0a9a49941f68b8ac34b9449ff120de5ab.tar.bz2
llvm-afe381c0a9a49941f68b8ac34b9449ff120de5ab.tar.xz
Object: rename ARMV7 to ARMNT
The official specifications state the name to be ARMNT (as per the Microsoft Portable Executable and Common Object Format Specification v8.3). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/COFF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/COFF.h b/include/llvm/Support/COFF.h
index 309b3df23c..7e796ed092 100644
--- a/include/llvm/Support/COFF.h
+++ b/include/llvm/Support/COFF.h
@@ -59,7 +59,7 @@ namespace COFF {
IMAGE_FILE_MACHINE_AM33 = 0x13,
IMAGE_FILE_MACHINE_AMD64 = 0x8664,
IMAGE_FILE_MACHINE_ARM = 0x1C0,
- IMAGE_FILE_MACHINE_ARMV7 = 0x1C4,
+ IMAGE_FILE_MACHINE_ARMNT = 0x1C4,
IMAGE_FILE_MACHINE_EBC = 0xEBC,
IMAGE_FILE_MACHINE_I386 = 0x14C,
IMAGE_FILE_MACHINE_IA64 = 0x200,