[clang] [compiler-rt] [llvm] [AIX] Implement the ifunc attribute. (PR #153049)

Wael Yehia via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 12 10:50:53 PDT 2025


================
@@ -4,6 +4,8 @@
 // RUN: %clang_cc1 -triple x86_64-apple-macosx -verify -emit-llvm-only %s
 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -verify -emit-llvm-only %s
 // RUN: %clang_cc1 -triple aarch64-pc-windows-msvcu -verify -emit-llvm-only %s
+// RUN: %clang_cc1 -triple powerpc64-ibm-aix-xcoff -verify -emit-llvm-only %s
----------------
w2yehia wrote:

yes, maybe in this test it's not useful to test 32-bit, but we need some where to test that ifunc is supported in 32-bit AIX.

https://github.com/llvm/llvm-project/pull/153049


More information about the llvm-commits mailing list