================
@@ -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