[PATCH] D111780: [AArch64] Emit .cfi_negate_ra_state for PAC-auth instructions.

Daniel Kiss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 6 10:22:27 PST 2022


danielkiss added a comment.

This causes unwind problems when landing pads of the exception handlers involved, because for those the `.cfi_negate_ra_state` is processed twice and the signature from the return address is not stripped but should be.
Let's reland after D114545 <https://reviews.llvm.org/D114545>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111780



More information about the llvm-commits mailing list