================ @@ -694,7 +705,12 @@ DEFINE_LIBUNWIND_FUNCTION(__libunwind_Registers_arm64_jumpto) gcspushm x30 Lnogcs: #endif + +#if __has_feature(ptrauth_calls) + retab +#else ---------------- kovdan01 wrote:
Closing the thread in favor of: 1. (To be fixed in scope of this PR) Comment in this PR about use of feature checks: TODO 2. (To be done as a follow up) Investigation issue about v8.2 compatibility: #160114 https://github.com/llvm/llvm-project/pull/143230 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
