[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:31:01 PDT 2025


================
@@ -20,6 +20,13 @@ set(TARGET_LIBC_ENTRYPOINTS
     # errno.h entrypoints
     libc.src.errno.errno
 
+    # setjmp.h entrypoints
----------------
SchrodingerZhu wrote:

Yeah, that sounds like a historical issue.... I suggest we should switch everything to aarch64. Not sure how much work is required

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


More information about the libc-commits mailing list