[PATCH] D70455: [XCOFF][AIX] Read-only data section object file generation
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 07:14:41 PST 2019
jasonliu marked an inline comment as done.
jasonliu added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll:4
+; RUN: llc -mtriple powerpc-ibm-aix-xcoff -filetype=obj -o %t.o < %s
+; RUN: llvm-readobj --section-headers --file-header %t.o | \
----------------
daltenty wrote:
> nit: should these have "-verify-machineinstrs -mcpu=pwr7" for consistency?
Yes, I will add them in.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70455/new/
https://reviews.llvm.org/D70455
More information about the llvm-commits
mailing list