]> granicus.if.org Git - llvm/commit
[BinaryFormat] Update Mach-O ARM64E CPU subtype and dumping
authorShoaib Meenai <smeenai@fb.com>
Mon, 8 Apr 2019 21:37:08 +0000 (21:37 +0000)
committerShoaib Meenai <smeenai@fb.com>
Mon, 8 Apr 2019 21:37:08 +0000 (21:37 +0000)
commitc9c739b63fc074d907f81aa0e5aecd39e00b49a0
tree60131e93158a1ea0c03011c90c7da48d16c1970b
parent44ffd2ca9e8180ff9cf229c216989b5714cb82b9
[BinaryFormat] Update Mach-O ARM64E CPU subtype and dumping

The new value is taken from <mach/machine.h> in the MacOSX10.14 SDK from
Xcode 10.1. Update llvm-objdump and llvm-readobj accordingly.

Differential Revision: https://reviews.llvm.org/D58636

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357945 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BinaryFormat/MachO.h
test/tools/llvm-objdump/AArch64/Inputs/arm64e.macho.yaml [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-arm64e.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp
tools/llvm-readobj/MachODumper.cpp