[PATCH] D103974: [llvm-objdump] Add testing for --print-imm-hex, --headers, --section-headers and --private-headers
Owen Reynolds via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 9 10:11:38 PDT 2021
gbreynoo created this revision.
gbreynoo added reviewers: MaskRay, thakis, Esme.
Herald added subscribers: rupprecht, emaste.
Herald added a reviewer: jhenderson.
gbreynoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D103974
Files:
llvm/test/tools/llvm-objdump/ELF/private-headers.test
llvm/test/tools/llvm-objdump/X86/print-imm-hex.s
llvm/test/tools/llvm-objdump/section-headers.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103974.350932.patch
Type: text/x-patch
Size: 4824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210609/60e7a191/attachment.bin>
More information about the llvm-commits
mailing list