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

Accept SymbolKind::Unknown for macho when writing an object. #519

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Accept SymbolKind::Unknown for macho when writing an object. #519

merged 1 commit into from
Mar 7, 2023

Conversation

thb-sb
Copy link
Contributor

@thb-sb thb-sb commented Mar 6, 2023

Apple defines a bunch of segments:sections, it is tedious to deal with all of them. Symbols from unknown sections are flagged as unknown, leading to the inability to write it using the writer module.

This commit removes the check that requires symbol to be known for macho.

(See #517 for more information).

Apple defines a bunch of segments:sections, it is tedious to deal with all of them.
Symbols from unknown sections are flagged as unknown, leading to the inability
to write it using the `writer` module.

This commit removes the check that requires symbol to be known for macho.

(See #517 for more information).
Copy link
Contributor

@philipc philipc left a comment

Choose a reason for hiding this comment

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

Thanks!

@philipc philipc merged commit cf7d0dd into gimli-rs:master Mar 7, 2023
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.

None yet

2 participants