[llvm-objdump] - Dump the archive headers when -all-headers is specified.
authorGeorge Rimar <grimar@accesssoftek.com>
Fri, 18 Jan 2019 12:01:59 +0000 (12:01 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Fri, 18 Jan 2019 12:01:59 +0000 (12:01 +0000)
commit5e36433189ba3297af33a9088ee17abde10c7871
treefeaeffb12a82cf47b82012a1761658481938c7cf
parentef19af19428b368d95036b41f8c8eee0bd390a21
[llvm-objdump] - Dump the archive headers when -all-headers is specified.

When -all-headers is given it is supposed to dump all headers,
but now it skips the archive headers for no reason.

The patch fixes that.

Differential revision: https://reviews.llvm.org/D56780

llvm-svn: 351547
llvm/test/tools/llvm-objdump/all-headers.test
llvm/tools/llvm-objdump/llvm-objdump.cpp