Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private...
authorKevin Enderby <enderby@apple.com>
Wed, 17 Dec 2014 01:01:30 +0000 (01:01 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 17 Dec 2014 01:01:30 +0000 (01:01 +0000)
commite479df2161cd4c282de294b88cbc47ab87fe7d76
tree134ee0371b3f156fe2d34ba31556a8d052af0cb6
parent7c3af9120c5b4204b7994538a038c1881fda8237
Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private-headers
and add tests for the two AArch64 binaries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224400 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h
include/llvm/Support/MachO.h
lib/Object/MachOObjectFile.cpp
test/tools/llvm-objdump/AArch64/macho-private-headers.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp