Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach...
authorKevin Enderby <enderby@apple.com>
Thu, 4 Sep 2014 16:54:47 +0000 (16:54 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 4 Sep 2014 16:54:47 +0000 (16:54 +0000)
commit37598b62a730d7f1a683e6cc89b9653dac05aa53
tree1d7752060f3a151f66581bae790cab18407414cd
parenta696808928d0fca1dda1d7ddf86407c86dc54303
Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach-O files.

This adds the printing of more load commands, so that the normal load commands
in a typical X86 Mach-O executable can all be printed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217172 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h
include/llvm/Support/MachO.h
lib/Object/MachOObjectFile.cpp
test/MC/MachO/ARM/ios-version-min-load-command.s
test/MC/MachO/osx-version-min-load-command.s
test/tools/llvm-objdump/X86/Inputs/hello.exe.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/macho-private-headers.test
tools/llvm-objdump/MachODump.cpp
tools/macho-dump/macho-dump.cpp