[PATCH] D60784: [Object][XCOFF] Add intial support for parsing/dumping section header table.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 22 15:23:31 PDT 2019
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/xcoff-section-headers.test:1
+# RUN: llvm-objdump --section-headers %p/Inputs/xcoff-section-headers.o | \
+# RUN: FileCheck %s
----------------
MaskRay wrote:
> Does it need a `REQUIRES: ` line?
No, this is dumping section headers only (not performing disassembly).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60784/new/
https://reviews.llvm.org/D60784
More information about the llvm-commits
mailing list