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

macho: handle TAPI v3 and simplify handling of dependent dynamic libraries #9549

Merged
merged 4 commits into from Aug 11, 2021

Conversation

kubkon
Copy link
Member

@kubkon kubkon commented Aug 11, 2021

Previously, we would potentially unnecessarily re-parse the same dynamic library a few times if it happened to have been re-exported by some different dynamic library. This PR ensures we don't unnecessarily do that.

Secondly, by landing the basic iOS support PR #9532, we now need to handle TAPI v3 to properly handle native linking on Mojave as we do link against the system provided libs on that OS which happen to be encoded as TAPI v3.

This turns out needed to correctly support version back to macOS
10.14 (Mojave)
This way, the functionality is better segregated, and we finally do
not unnecessarily reparse dynamic libraries that were already visited
and parsed.
@kubkon kubkon merged commit 0686954 into master Aug 11, 2021
@kubkon kubkon deleted the tapi-v3 branch August 11, 2021 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant