[PATCH] D49545: [llvm-readobj] Generic hex-dump option

Paul Semel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 13:37:09 PDT 2018


paulsemel added inline comments.


================
Comment at: test/tools/llvm-readobj/print-hex.test:10
 
-RUN: llvm-readobj -x 1 %p/Inputs/trivial.obj.coff-x86-64 \
+RUN: llvm-readobj -x 0 %p/Inputs/trivial.obj.coff-x86-64 \
 RUN:     | FileCheck %s --check-prefix COFF
----------------
dblaikie wrote:
> What's happening in these test changes?
That's a mistake from my part, should have paid more attention ! The problem is that ELF is the only format with 0 based indexes.


Repository:
  rL LLVM

https://reviews.llvm.org/D49545





More information about the llvm-commits mailing list