summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/macho-section-headers.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objdump] - Print LMAs when dumping section headers.George Rimar2019-01-281-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 Enderby2015-01-201-0/+8
Mach-O parser). llvm-svn: 226612
OpenPOWER on IntegriCloud