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

Wael Yehia via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 15 04:41:30 PDT 2025


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

sounds good. Thanks.

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


More information about the cfe-commits mailing list