Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objdump] - Print LMAs when dumping section headers. | George Rimar | 2019-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | When --section-headers is used, GNU objdump prints both LMA and VMA for sections. llvm-objdump does not do that what makes it's output be slightly inconsistent. Patch teaches llvm-objdump to print LMA/VMA for ELF file formats. The behavior for other formats remains unchanged. Differential revision: https://reviews.llvm.org/D57146 llvm-svn: 352366 | ||||
* | For llvm-objdump, hook up existing options to work when using -macho (the ↵ | Kevin Enderby | 2015-01-20 | 1 | -0/+8 |
Mach-O parser). llvm-svn: 226612 |