Skip to content

Emit dwarf debug information after it has been collected #1643

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

Merged
merged 3 commits into from
Aug 3, 2023

Conversation

OscarPi
Copy link
Contributor

@OscarPi OscarPi commented Jul 26, 2023

Previously dwarf was emitted before all the debug information could be collected. The line number information requires addresses of instructions emitted by the internal assembler, which are only known after the text and data sections have been emitted.

Previously dwarf was emitted before all the debug information could be collected.
@OscarPi OscarPi requested review from gretay-js and xclerc as code owners July 26, 2023 08:41
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.

4 participants