Fix the problem with llvm-objdump and -archive-headers in printing the archive header...
authorKevin Enderby <enderby@apple.com>
Fri, 23 Jan 2015 21:02:44 +0000 (21:02 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 23 Jan 2015 21:02:44 +0000 (21:02 +0000)
commitf9857eb016b5ec40f703084c425140a78f622de1
tree33e79a3571ed2d5155c2721a9b1bb8c2ffece28a
parent114fb20f6ec4b5dfe530f053fe58866ef212cc53
Fix the problem with llvm-objdump and -archive-headers in printing the archive header size field.
This problem showed up with the clang-cmake-armv7-a15-full bot.  Thanks to Renato Golin for his help.

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