[PATCH] D49545: [llvm-readobj] Generic hex-dump option
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 12:51:26 PDT 2018
dblaikie added a comment.
A more detailed commit message (is this meant to change behavior? what's change? if it's mostly/only a refactor - what's the end goal? (or is this retroactive tidy-up?)) would be good.
================
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
----------------
What's happening in these test changes?
Repository:
rL LLVM
https://reviews.llvm.org/D49545
More information about the llvm-commits
mailing list