[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


================
@@ -70,6 +70,9 @@ __asm__ (
     ".p2align  2\n\t"
     "_ZN4llvm17runOnNewStackImplEPvPFvS0_ES0_:\n\t"
     ".cfi_startproc\n\t"
+#if __arm64e__
----------------
ahmedbougacha wrote:

Perhaps:
```__has_feature(ptrauth_returns)```
here and around the retab

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


More information about the llvm-commits mailing list