Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files
authorKevin Enderby <enderby@apple.com>
Tue, 16 Dec 2014 01:14:45 +0000 (01:14 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 16 Dec 2014 01:14:45 +0000 (01:14 +0000)
commitc9817537459df52c2df2c0ea2dfedfe6c9e8a9f2
tree90963fc5e97daf8f681ec9059f0864aa47530fd5
parent6f059afde6e3b689006c7491640fbdedc2dcfdf7
Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files
printing the section header.  And add some tests for this for 32-bit files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224302 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/ARM/macho-private-headers.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp