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)
commit57538299e85599efd2b4673f9fefbbf4c84a9bf9
tree6ae752efef67251fe3fb0bd65146ff5413cdeed1
parent8b979f01c655a694cb0ad5f58f74e21db903d27c
Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private-headers
and add tests for the two AArch64 binaries.

llvm-svn: 224400
llvm/include/llvm/Object/MachO.h
llvm/include/llvm/Support/MachO.h
llvm/lib/Object/MachOObjectFile.cpp
llvm/test/tools/llvm-objdump/AArch64/macho-private-headers.test [new file with mode: 0644]
llvm/tools/llvm-objdump/MachODump.cpp