[PATCH] D114492: [PowerPC][llvm-objdump] enable --symbolize-operands for PowerPC ELF/XCOFF.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 25 01:04:11 PST 2021
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/ELF/PowerPC/elf-disassemble-symbolize-operands.yaml:1
+# RUN: yaml2obj %s -o %t
+# RUN: llvm-objdump %t -d --symbolize-operands --no-show-raw-insn --no-leading-addr | \
----------------
Don't prefix test names with `elf-` if they're in an ELF subdirectory.
================
Comment at: llvm/test/tools/llvm-objdump/XCOFF/disassemble-symbolize-operands.yaml:17-18
+
+## This yaml was created from the following LLVM IR by:
+## $ llc -mtriple=powerpc-ibm-aix-xcoff 1.ll -filetype=obj -o a.xcoff
+## $ obj2yaml a.xcoff
----------------
Similar comment to MaskRay's above - the input probably wants to just be IR or assembly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114492/new/
https://reviews.llvm.org/D114492
More information about the llvm-commits
mailing list