Skip to content

Conversation

arrowd
Copy link
Contributor

@arrowd arrowd commented Sep 15, 2025

FreeBSD libc has a lot of symbols that are ifuncs, which makes TLI checker believe they are not available. This change makes the tool consider symbols with the STT_GNU_IFUNC type.

FreeBSD libc has a lot of symbols that are ifuncs, which makes TLI checker
believe they are not available. This change makes the tool consider symbols
with the STT_GNU_IFUNC type.
@arrowd
Copy link
Contributor Author

arrowd commented Sep 25, 2025

@arsenm @nikic You reviewed my previous PR. This is a follow-up PR to #144846

Copy link
Contributor

@nikic nikic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nikic nikic merged commit def68dc into llvm:main Sep 26, 2025
12 checks passed
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Oct 3, 2025
FreeBSD libc has a lot of symbols that are ifuncs, which makes TLI
checker believe they are not available. This change makes the tool
consider symbols with the STT_GNU_IFUNC type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants