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

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 14 20:28:15 PDT 2025


================
@@ -397,6 +399,98 @@ void llvm::embedBufferInModule(Module &M, MemoryBufferRef Buf,
   appendToCompilerUsed(M, GV);
 }
 
+void llvm::lowerIFuncsOnAIX(Module &M) {
----------------
MaskRay wrote:

Should not introduce new target-specific intrinsic uses in lib/Transform. I think the preferred way is to avoid using LowerIFuncPass and adding a new Target/PowerPC pass instead.

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


More information about the cfe-commits mailing list