[libunwind] [libunwind] Add GCS support for AArch64 (PR #99335)
John Brawn via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 08:02:33 PDT 2024
================
@@ -680,7 +680,7 @@ DEFINE_LIBUNWIND_FUNCTION(__libunwind_Registers_arm64_jumpto)
ldr x16, [x0, #0x0F8]
ldp x0, x1, [x0, #0x000] // restore x0,x1
mov sp,x16 // restore sp
- ret x30 // jump to pc
----------------
john-brawn-arm wrote:
https://github.com/llvm/llvm-project/pull/102322 should fix this
https://github.com/llvm/llvm-project/pull/99335
More information about the cfe-commits
mailing list