[clang] [compiler-rt] [llvm] [AIX] Implement the ifunc attribute. (PR #153049)
zhijian lin via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 12 10:58:40 PDT 2025
================
@@ -3361,6 +3382,194 @@ void PPCAIXAsmPrinter::emitModuleCommandLines(Module &M) {
OutStreamer->emitXCOFFCInfoSym(".GCC.command.line", RSOS.str());
}
+static bool TOCRestoreNeeded(const GlobalIFunc &GI) {
----------------
diggerlin wrote:
I can not find a test case for the function. Do I miss something ?
https://github.com/llvm/llvm-project/pull/153049
More information about the llvm-commits
mailing list