[all-commits] [llvm/llvm-project] 56fa49: [llvm-objdump] Add testing for --print-imm-hex, --...

gbreynoo via All-commits all-commits at lists.llvm.org
Tue Jun 29 09:06:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56fa49878b71a1d92b9a93b586cff26829abe157
      https://github.com/llvm/llvm-project/commit/56fa49878b71a1d92b9a93b586cff26829abe157
  Author: gbreynoo <Owen.Reynolds at sony.com>
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  Changed paths:
    A llvm/test/tools/llvm-objdump/ELF/private-headers.test
    A llvm/test/tools/llvm-objdump/ELF/program-headers.test
    A llvm/test/tools/llvm-objdump/X86/print-imm-hex.s
    M llvm/test/tools/llvm-objdump/section-headers.test

  Log Message:
  -----------
  [llvm-objdump] Add testing for --print-imm-hex, --headers, --section-headers and --private-headers

llvm-objdump had some missing coverage that is fixed by this change:
- A test specifically for --print-imm-hex, and coverage of --no-print-imm-hex
- section-headers.test checks the aliases --headers or --section-headers
- A test for the use of --private-headers for ELF that checks the output
- A test for ELF program headers

Differential Revision: https://reviews.llvm.org/D103974




More information about the All-commits mailing list