For llvm-objdump, with the -archive-headers and -macho options, use the -non-verbose
authorKevin Enderby <enderby@apple.com>
Thu, 30 Apr 2015 20:30:42 +0000 (20:30 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 30 Apr 2015 20:30:42 +0000 (20:30 +0000)
commit28b8dea3157d3b1fcedb1242e5346ffb0f136e71
tree2c23bc6cecdfcceb9793752e3005fc25235078e1
parente52ba69038b522c7099c709b68a9750d5437a4c3
For llvm-objdump, with the -archive-headers and -macho options, use the -non-verbose
option to print the archive headers using raw numeric values.  Also add the -archive-member-offsets
for use with these to also trigger printing of the offset of the archive member from the start
of the archive.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236252 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/X86/macho-archive-headers.test
tools/llvm-objdump/MachODump.cpp