[clang] [compiler-rt] [llvm] [AIX] Implement the ifunc attribute. (PR #153049)
Wael Yehia via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 7 15:40:05 PDT 2025
================
@@ -2391,7 +2391,8 @@ MCSymbol *
TargetLoweringObjectFileXCOFF::getTargetSymbol(const GlobalValue *GV,
const TargetMachine &TM) const {
// We always use a qualname symbol for a GV that represents
- // a declaration, a function descriptor, or a common symbol.
+ // a declaration, a function descriptor, or a common symbol. An IFunc is
+ // lowered as a function, so it has an entry point and a descriptor.
----------------
w2yehia wrote:
done
https://github.com/llvm/llvm-project/pull/153049
More information about the llvm-commits
mailing list