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

[llvm-gsymutil] Don't warn about non-increasing line tables with merged functions #122217

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alx32
Copy link
Contributor

@alx32 alx32 commented Jan 9, 2025

When converting a dSYM to gSYM, if the dSYM contains merged functions, it is expected that the dSYM contain line tables with non-monotonically increasing addresses.

This isn't an issue and we shouldn't emit an error or warning in such cases.

With this change we don't emit such messages when converting a dSYM to gSYM with merged functions enabled.

@alx32 alx32 force-pushed the 12_gsymutil_non_inc_line_table_warn branch from a686be8 to 15ee1fb Compare January 9, 2025 17:19
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.

1 participant