[compiler-rt] [libcxxabi] [libunwind] [runtimes][PAC] Harden unwinding when possible (#138571) (PR #143230)

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 07:34:26 PDT 2025


================
@@ -767,6 +767,11 @@ LnoR2Fix:
 //
   .p2align 2
 DEFINE_LIBUNWIND_FUNCTION(__unw_getcontext)
+
+#if __has_feature(ptrauth_calls)
+  pacibsp
+#endif
----------------
atrosinenko wrote:

Possibly `ptrauth_returns` intended?

https://github.com/llvm/llvm-project/pull/143230


More information about the llvm-commits mailing list