summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/file-headers-coff.test
Commit message (Collapse)AuthorAgeFilesLines
* [lib/Object] - Remove objdump-file-header.testGeorge Rimar2019-08-151-2/+3
| | | | | | | | | | objdump-file-header.test is placed in the wrong folder. I removed it and updated the existent llvm-objdump test cases with the updated content of the file removed. Differential revision: https://reviews.llvm.org/D66288 llvm-svn: 369004
* [llvm-objdump] Fix --file-headers (-f) optionPetar Jovanovic2018-10-191-1/+1
| | | | | | | | | | | | | | | | | Changed the format call to match the surrounding code. Previously it was printing an unsigned int while the return type being printed was long unsigned int or wider. This caused problems for big-endian systems which were discovered on mips64. Also, the printed address had less characters than it should because the character count was directly obtained from the number of bytes in the address. The tests were adapted to fit this fix and now use longer addresses. Patch by Milos Stojanovic. Differential Revision: https://reviews.llvm.org/D53403 llvm-svn: 344818
* [llvm-objdump] Add --file-headers (-f) optionPaul Semel2018-07-041-0/+13
llvm-svn: 336284
OpenPOWER on IntegriCloud