[clang] [compiler-rt] [llvm] [AIX] Implement the ifunc attribute. (PR #153049)
zhijian lin via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 12 10:34:46 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
----------------
diggerlin wrote:
since the test case only test whether the source code is compiled pass or not ? do it matter 32bit or 64bit ?
https://github.com/llvm/llvm-project/pull/153049
More information about the llvm-commits
mailing list