[clang] [compiler-rt] [llvm] [AIX] Implement the ifunc attribute. (PR #153049)
    Wael Yehia via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Sep 19 08:40:07 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:
this will have the same logic as in `aix::Linker::ConstructJob` in `Driver/ToolChains/AIX.cpp`, but I deduplicate in any reasonable way.
https://github.com/llvm/llvm-project/pull/153049
    
    
More information about the llvm-commits
mailing list