[PATCH] D75131: [llvm-objdump][XCOFF][AIX] Implement -r option
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 08:04:50 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/XCOFF/disassemble-all.test:10
# xcoff-section-headers.o Compiled with IBM XL C/C++ for AIX, V16.1.0
# compiler command: xlc -qtls -o xcoff-section-headers.o -c test.c
----------------
Since the `##`-for-comments was mentioned for the new test file, we might as well fix this one?
================
Comment at: llvm/test/tools/llvm-objdump/XCOFF/disassemble-all.test:21
# }
; REQUIRES: powerpc-registered-target
+CHECK: Inputs/xcoff-section-headers.o: file format aixcoff-rs6000
----------------
Same as for the `REQUIRES` line for the new test file.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75131/new/
https://reviews.llvm.org/D75131
More information about the llvm-commits
mailing list