[PATCH] D104913: [AIX][XCOFF] Implement 64-bit relocations tests with llvm-objdump/llvm-readobj

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 00:15:05 PDT 2021


jhenderson added a comment.

Somebody else with XCOFF knowledge will need to review the correctness of the output. It looks okay to me, but I don't really know anything about this code gen.



================
Comment at: llvm/test/CodeGen/PowerPC/aix-overflow-toc.py:14
 
 # RUN: llc -mtriple powerpc64-ibm-aix-xcoff -data-sections=false \
+# RUN:     -mcpu=pwr4 -mattr=-altivec -O0 -filetype=obj -o %t.o < %t.ll
----------------
All the other cases here use the `--code-model=small` option. Should this one?


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

https://reviews.llvm.org/D104913



More information about the llvm-commits mailing list