[libcxx-commits] [PATCH] D66685: Handle UNW_X86_64_RIP in Registers_x86_64
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 26 09:03:56 PDT 2019
ldionne added a subscriber: mstorsjo.
ldionne added a comment.
I don't know that code, however it does look strange to me that we have both `UNW_X86_64_RIP` and `UNW_REG_IP` to represent `rip` in the first place.
I can't add reviewers myself for some reason, but I think @mstorsjo would be a good start to look at this based on prior commit history.
Repository:
rUNW libunwind
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66685/new/
https://reviews.llvm.org/D66685
More information about the libcxx-commits
mailing list