[PATCH] D75131: [llvm-objdump][XCOFF][AIX] Implement -r option
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 23 14:43:30 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/XCOFF/disassemble-all.test:23
+CHECK: Inputs/xcoff-section-headers.o: file format aixcoff-rs6000
+CHECK: Disassembly of section .text:
+CHECK: 00000000 <.text>:
----------------
I think additional prefixes can be added for the `.text` part to common up the `-D -r` and the `-d -r`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75131/new/
https://reviews.llvm.org/D75131
More information about the llvm-commits
mailing list