Summary:
authorMartell Malone <martellmalone@gmail.com>
Tue, 28 Jul 2015 16:18:17 +0000 (16:18 +0000)
committerMartell Malone <martellmalone@gmail.com>
Tue, 28 Jul 2015 16:18:17 +0000 (16:18 +0000)
commit751664fd1bde84a552bf91d7487ebb85ce648139
treeee77ddd640cc239db559fc071d5dae9c1999a7f7
parent456b44fc98a46292d4a4b0e5bb1d4f726e225623
Summary:
Object: add IMAGE_FILE_MACHINE_ARM64

The official specifications state that the value of IMAGE_FILE_MACHINE_ARM64
is 0xAA64 (as per the Microsoft Portable Executable and Common Object Format
Specification v8.3).

Reviewers: rnk

Subscribers: llvm-commits, compnerd, ruiu

Differential Revision: http://reviews.llvm.org/D11511

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243434 91177308-0d34-0410-b5e6-96231b3b80d8
docs/yaml2obj.rst
include/llvm/Support/COFF.h
lib/Object/COFFObjectFile.cpp
lib/Object/COFFYAML.cpp