[PATCH] D63475: [llvm-readobj] Allow --hex-dump/--string-dump to dump multiple sections

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 01:57:24 PDT 2019


grimar added inline comments.


================
Comment at: test/tools/llvm-readobj/hex-dump.test:5
+RUN: llvm-readobj -x 9 -x .strtab -x 10 -x not_exist \
+RUN:   %p/Inputs/trivial.obj.elf-x86-64 2>&1 | FileCheck %s --check-prefixes=ELF-WARN,ELF
+
----------------
grimar wrote:
> Can you add check lines showing that .symtab really has index == 9?
`strtab` I mean.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63475/new/

https://reviews.llvm.org/D63475





More information about the llvm-commits mailing list