[llvm] [llvm][Support] Add ARM64e support for split stacks (PR #139964)

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Thu May 22 14:08:57 PDT 2025


================
@@ -81,12 +84,20 @@ __asm__ (
     ".cfi_offset w29, -16\n\t"               // fp
 
     "mov       x0, x2\n\t"                   // Ctx is the only argument
+#if __arm64e__
----------------
ahmedbougacha wrote:

And here:
```__has_feature(ptrauth_calls)```

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


More information about the llvm-commits mailing list