Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link.MachO: fix reporting undefined implicit symbols and fix a typo in InternalObject.addObjcMethnameSection method #21644

Merged
merged 3 commits into from
Oct 10, 2024

Conversation

kubkon
Copy link
Member

@kubkon kubkon commented Oct 9, 2024

Fixes #21598

Special symbols include explictly force undefined symbols passed via -u
flag, missing entry point symbol, missing 'dyld_stub_binder' symbol, or
missing '_objc_msgsend' symbol.
@slimsag
Copy link
Contributor

slimsag commented Oct 9, 2024

Thank you so much for the quick fix on this!

I can confirm this PR fixes the issue blocking us in Mach! we can link triangles again :)

@andrewrk andrewrk merged commit 5d7ed61 into master Oct 10, 2024
10 checks passed
@andrewrk andrewrk deleted the macho-issue-21598 branch October 10, 2024 00:31
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.

link/macho: segfault in dedupLiterals when using objc symbols
3 participants