[clang] [compiler-rt] [llvm] [AIX] Implement the ifunc attribute. (PR #153049)
Wael Yehia via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 08:31:53 PDT 2025
================
@@ -1078,6 +1078,7 @@ void SlotTracker::processModule() {
for (const GlobalIFunc &I : TheModule->ifuncs()) {
if (!I.hasName())
CreateModuleSlot(&I);
+ processGlobalObjectMetadata(I);
----------------
w2yehia wrote:
do we need a corresponding ASM reader change?
https://github.com/llvm/llvm-project/pull/153049
More information about the llvm-commits
mailing list