================
@@ -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