forked from OSchip/llvm-project
ea8c8a5097
Currently when we dump sections, we dump them in the order, which is specified in the sections header table. With that the order in the output might not match the order in the file. This patch starts sorting them by by file offsets when dumping. When the order in the section header table doesn't match the order in the file, we should emit the "SectionHeaderTable" key. This patch does it. Differential revision: https://reviews.llvm.org/D91249 |
||
---|---|---|
.. | ||
archive-ir-asm.ll | ||
archive-symbol-table.s | ||
asm-lazy-reference.ll | ||
coff-asm.ll | ||
irsymtab-asm.ll | ||
irsymtab-bad-alias.ll | ||
irsymtab.ll | ||
lit.local.cfg | ||
macho-text-sections.test | ||
nm-bitcodeweak.test | ||
nm-coff.s | ||
nm-ir.ll | ||
nm-macho.s | ||
nm-print-size.s | ||
nm-undefinedweak.test | ||
obj2yaml-dup-section-name.s | ||
obj2yaml-dup-symbol-name.s | ||
objdump-disassembly-inline-relocations.test | ||
objdump-label.test | ||
objdump-trivial-object.test | ||
yaml2obj-elf-x86-rel.yaml |