[PATCH] D156428: [AArch64][PtrAuth] Fix unwind state for tail calls

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 29 22:33:28 PDT 2023


ikudrin added a comment.

Thanks for working on this!

Have you considered disabling the emitting of `.cfi_negate_ra_state' in `InsertReturnAddressAuth()` for synchronous unwind tables? This might be more in line with the changes in D153098 <https://reviews.llvm.org/D153098>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156428



More information about the llvm-commits mailing list