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

[BOLT] Fix updating DW_AT_stmt_list for DWARF5 TUs #79374

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

ayermolo
Copy link
Contributor

Changed so that we also update DW_AT_stmt_list for DWARF5 TUs. BOLT was doing it for DWARF4, but it wasn't doing it for DWARF5.

Summary:
Changed so that we also update DW_AT_stmt_list for DWARF5 TUs. BOLT was doing it
for DWARF4, but it wasn't doing it for DWARF5.

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D53060603
@ayermolo ayermolo added the BOLT label Jan 24, 2024
@ayermolo ayermolo requested review from MaskRay and maksfb and removed request for MaskRay January 24, 2024 21:40
Copy link
Contributor

@maksfb maksfb left a comment

Choose a reason for hiding this comment

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

nit: drop period from the title.

bolt/lib/Rewrite/DWARFRewriter.cpp Outdated Show resolved Hide resolved
bolt/lib/Rewrite/DWARFRewriter.cpp Outdated Show resolved Hide resolved
@ayermolo ayermolo changed the title [BOLT] Fix updating DW_AT_stmt_list for DWARF5 TUs. [BOLT] Fix updating DW_AT_stmt_list for DWARF5 TUs Jan 24, 2024
@ayermolo ayermolo merged commit bb6a485 into llvm:main Jan 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants