[libc-commits] [libc] Implement `sigsetjmp` and `siglongjmp` for	darwin/aarch64 (PR #139555)
    Schrodinger ZHU Yifan via libc-commits 
    libc-commits at lists.llvm.org
       
    Thu May 22 17:11:23 PDT 2025
    
    
  
================
@@ -0,0 +1,8 @@
+{
+  "setjmp": {
+    "LIBC_CONF_SETJMP_AARCH64_RESTORE_PLATFORM_REGISTER": {
+      "value": false,
+      "doc": "Avoid setjmp saving the value of x18, and longjmp restoring it. The Apple AArch64 ABI specifies that this register is reserved and should not be used"
+    }
+  }
+}
----------------
SchrodingerZhu wrote:
Please add trailing new line
https://github.com/llvm/llvm-project/pull/139555
    
    
More information about the libc-commits
mailing list