[libc-commits] [libc] Implement `sigsetjmp` and `siglongjmp` for darwin/aarch64 (PR #139555)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Sun May 18 09:58:13 PDT 2025


SchrodingerZhu wrote:

I dont think any assembly code is needed in this patch. macOS does not require specialized asm. Th epilogue is the only different part for macOS
.

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


More information about the libc-commits mailing list