[clang] [compiler-rt] [llvm] [AIX] Implement the ifunc attribute. (PR #153049)
Wael Yehia via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 10 08:01:11 PDT 2025
================
@@ -1545,6 +1545,8 @@ class TargetInfo : public TransferrableTargetInfo,
return true;
if (getTriple().getArch() == llvm::Triple::ArchType::avr)
return true;
+ if (getTriple().isOSAIX())
----------------
w2yehia wrote:
should this be unconditional, in case there are AIX OS's that don't support the namedsects linker option.
https://github.com/llvm/llvm-project/pull/153049
More information about the cfe-commits
mailing list