Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objdump] - Dump the archive headers when -all-headers is specified. | George Rimar | 2019-01-18 | 1 | -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 Rimar | 2019-01-12 | 1 | -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 |