[PATCH] D74824: [objdump] Fix disassembly for call/branch instructions for ELF binaries built with -ffunction-sections

Dave Bozier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 04:15:34 PST 2020


davidb marked an inline comment as done.
davidb added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/xcoff-disassemble-all.test:3
+# RUN: FileCheck %s --check-prefixes=CHECK,NO-RELOC-OPTION
+# RUN: llvm-objdump -D -r %p/Inputs/xcoff-section-headers.o 2>&1 | \
+# RUN: FileCheck %s --check-prefixes=CHECK,RELOC-OPTION
----------------
MaskRay wrote:
> You can move XCOFF support to a separate change.
Was submitted before as D74823


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74824





More information about the llvm-commits mailing list