[llvm-branch-commits] [lld] [ELF] Emit synthetic local in symbol table for non-preemptible IFUNC (PR #210616)

Jessica Clarke via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jul 19 13:45:40 PDT 2026


jrtc27 wrote:

> Now for a global ifunc `foo` and `bar` in the gnu-ifunc-i386.s, we will additionally create local `foo` and `bar`. Looks fine since we do synthesize new symbols.

Yep, and the ppc32 tests show the new symbol in .text's objdump above the existing symbol in .glink

https://github.com/llvm/llvm-project/pull/210616


More information about the llvm-branch-commits mailing list