[libcxx-commits] [PATCH] D78931: [libunwind][RISCV] Track PC separately from RA
Mitchell Horne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 4 16:41:43 PDT 2020
mhorne accepted this revision.
mhorne added a comment.
This looks fine to me based on your description of the issue and how the libgcc implementation achieves this. Someone else will need to sign off on this however.
I'll note that this implementation was upstreamed from FreeBSD, and at the moment we still allow occasional ABI breakage RISC-V where it is needed. I'm not aware of who else (if anyone) might be a consumer of this unwind implementation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78931/new/
https://reviews.llvm.org/D78931
More information about the libcxx-commits
mailing list