[PATCH] D53469: [DWARF] Use a function-local offset for AT_call_return_pc
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 18:25:48 PST 2020
vsk added a comment.
Really sorry it's taken a while to get to this, work had really piled up over the holidays. As a first step, I've put up D72489 <https://reviews.llvm.org/D72489> to make llvm's DW_AT_call_return_pc standards-compliant without regressing lldb functionality. I'm not sure how to avoid paying for a relocation without things breaking in Propeller-ed binaries, as I haven't really had the time to think about deeply. Definitely open to suggestions.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53469/new/
https://reviews.llvm.org/D53469
More information about the llvm-commits
mailing list