[PATCH] D65653: [AArch64] Change location of frame-record within callee-save area.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 14:24:56 PST 2020
pcc added a comment.
In D65653#1825141 <https://reviews.llvm.org/D65653#1825141>, @efriedma wrote:
> Exception handling has to use a DWARF unwinder, not a "fast" unwinder. So the "fast" unwinder can't actually do anything with the address other than print it out.
Yes, that's essentially all that it needs to do.
> (And if you don't care about security, you can "decrypt" an address by just clearing the signing bits.)
Ah, that was the detail that I missed. I don't see any problem then. Thanks.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65653/new/
https://reviews.llvm.org/D65653
More information about the llvm-commits
mailing list