[all-commits] [llvm/llvm-project] 9e1319: [llvm-readelf] Make --all output order closer to G...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Mar 4 12:22:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9e1319df7e6508795e6f643c8b50306a5046d0b5
https://github.com/llvm/llvm-project/commit/9e1319df7e6508795e6f643c8b50306a5046d0b5
Author: Fangrui Song <maskray at google.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M lld/test/ELF/aarch64-gnu-ifunc-plt.s
M lld/test/ELF/amdgpu-globals.s
M lld/test/ELF/amdgpu-kernels.s
M lld/test/ELF/apply-dynamic-relocs.s
M lld/test/ELF/as-needed-no-reloc.s
M lld/test/ELF/basic-aarch64.s
M lld/test/ELF/basic-mips.s
M lld/test/ELF/basic-sparcv9.s
M lld/test/ELF/basic.s
M lld/test/ELF/combreloc.s
M lld/test/ELF/dynamic-got.s
M lld/test/ELF/dynamic-reloc.s
M lld/test/ELF/gc-sections-shared.s
M lld/test/ELF/gnu-ifunc-dyntags.s
M lld/test/ELF/gnu-ifunc-plt-i386.s
M lld/test/ELF/gnu-ifunc-plt.s
M lld/test/ELF/i386-tls-ie-shared.s
M lld/test/ELF/init-fini.s
M lld/test/ELF/linkerscript/symbol-only-align.test
M lld/test/ELF/local-got-pie.s
M lld/test/ELF/local-got-shared.s
M lld/test/ELF/mips-26.s
M lld/test/ELF/mips-32.s
M lld/test/ELF/mips-64.s
M lld/test/ELF/mips-dynamic.s
M lld/test/ELF/mips-got-weak.s
M lld/test/ELF/mips-options.s
M lld/test/ELF/partition-exidx.s
M lld/test/ELF/partition-pack-dyn-relocs.s
M lld/test/ELF/partition-synthetic-sections.s
M lld/test/ELF/ppc32-call-stub-nopic.s
M lld/test/ELF/pre_init_fini_array.s
M lld/test/ELF/relocation-copy-relro.s
M lld/test/ELF/riscv-tls-ie.s
M lld/test/ELF/shared.s
M lld/test/ELF/tls.s
M lld/test/ELF/verneed.s
M lld/test/ELF/x86-64-gotpc-relax-nopic.s
M lld/test/ELF/ztext.s
M llvm/test/tools/llvm-objcopy/ELF/partitions.test
M llvm/test/tools/llvm-readobj/ELF/all.test
M llvm/test/tools/llvm-readobj/ELF/check-output-order.test
M llvm/test/tools/llvm-readobj/ELF/dynamic-malformed.test
M llvm/tools/llvm-readobj/llvm-readobj.cpp
Log Message:
-----------
[llvm-readelf] Make --all output order closer to GNU readelf
https://bugs.llvm.org/show_bug.cgi?id=43403
The new order makes it easy to compare the two tools' --all.
Reviewed By: grimar, rupprecht
Differential Revision: https://reviews.llvm.org/D75592
More information about the All-commits
mailing list