[PATCH] D84549: [XCOFF][AIX] Support relocation generation for large code model

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 07:47:35 PDT 2020


jasonliu added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-reloc-large.ll:1
+; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mtriple powerpc-ibm-aix-xcoff \
+; RUN:     -filetype=obj -code-model=large -o %t.o < %s
----------------
DiggerLin wrote:
> minor: do we need -verify-machineinstrs here ?
I think it's good to always verify if the machine instruction generated during the obj gen process are valid.
It doesn't really hurt to add it in.


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

https://reviews.llvm.org/D84549



More information about the llvm-commits mailing list