summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/all-headers.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objdump] - Dump the archive headers when -all-headers is specified.George Rimar2019-01-181-0/+25
| | | | | | | | | | | 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-objdump] - Change the output for --all-headers.George Rimar2019-01-121-0/+20
This is for https://bugs.llvm.org/show_bug.cgi?id=40008, it starts printing the file headers when --all-headers is given and do a minor cosmetic change. Differential revision: https://reviews.llvm.org/D56588 llvm-svn: 351006
OpenPOWER on IntegriCloud