[llvm] [AIX] Handle toc-data offset overflowing 16-bits (PR #80092)
Sean Fertile via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 11:45:35 PDT 2024
================
@@ -0,0 +1,59 @@
+# UNSUPPORTED: expensive_checks, debug
+
+# RUN: %python %s > %t.ll
+# RUN: llc -mtriple powerpc-ibm-aix-xcoff -code-model=small -mcpu=pwr4 -mattr=-altivec -O0 < %t.ll | \
----------------
mandlebug wrote:
I believe for new tests we target pwr7 which is the default arch for AIX.
https://github.com/llvm/llvm-project/pull/80092
More information about the llvm-commits
mailing list