[clang] [compiler-rt] [llvm] [AIX] Implement the ifunc attribute. (PR #153049)
Wael Yehia via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 15 18:06:01 PDT 2025
================
@@ -1078,6 +1078,7 @@ void SlotTracker::processModule() {
for (const GlobalIFunc &I : TheModule->ifuncs()) {
if (!I.hasName())
CreateModuleSlot(&I);
+ processGlobalObjectMetadata(I);
----------------
w2yehia wrote:
supporting metadata on ifuncs is it's own PR now: #158732
https://github.com/llvm/llvm-project/pull/153049
More information about the llvm-commits
mailing list