[PATCH] D96901: [libunwind] Add support for PC reg column in arm64

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 18:13:11 PST 2021


joerg added a comment.

Let me rephrase then. The restore code explicitly ends in "ret x30". It cannot set "pc" separate from "x30" in the current form. I'm not saying that the DWARF register shouldn't be supported, but this change doesn't do that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96901/new/

https://reviews.llvm.org/D96901



More information about the llvm-commits mailing list