OSDN Git Service

Add the start of the support for llvm-objdump’s -private-headers for Mach-O files.
authorKevin Enderby <enderby@apple.com>
Fri, 22 Aug 2014 20:35:18 +0000 (20:35 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 22 Aug 2014 20:35:18 +0000 (20:35 +0000)
commitd9757b42ade9e78684fad013cc46cbcd91c94cd2
treee0555f49ec6b495f3664ef99d6dc9e70f8ae0329
parentbf9d5dfc3d053e1463ff34fe317f6f92925798c6
Add the start of the support for llvm-objdump’s -private-headers for Mach-O files.

This adds the printing of the mach header. Load command printing will be next.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216285 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/X86/Inputs/hello.obj.macho-x86_64 [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-private-headers.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-objdump/llvm-objdump.h