-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
Backport: "Fix DW_AT_ranges DW_FORM_sec_offset not using DW_AT_rnglists_base (used by GCC)" #50009
Comments
Hi Greg, What is your opinion on backporting this? https://reviews.llvm.org/rGd1310817194aad488c86f4fb627c33090600a4a9 |
Sorry, there was an automation bug, this is the correct commit list. |
These are all good fixes and improve DWARF parsing and also increases our ability to debug with GCC. These would be great candidates to backport. |
FYI I have found yesterday it does not really fix it in practice as it currently works only for a single CU. Still it should not harm. I will provide another patch to fix it for real. |
I would recommend not to backport it before I make the new patch for trunk (if it gets done in time for a backport). This patchset is not really useful in its current form anyway. |
The real fix is submitted, not yet checked-in: [llvm+lldb] 2/2: Fix#2 of DW_AT_ranges DW_FORM_sec_offset not using DW_AT_rnglists_base (used by GCC) It is on top of the previous patches (in the end I did not revert them). |
Old release |
@llvm/issue-subscribers-debuginfo |
The text was updated successfully, but these errors were encountered: