[libc-commits] [libc] Implement `sigsetjmp` and `siglongjmp` for darwin/aarch64 (PR #139555)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed May 14 15:54:15 PDT 2025
================
@@ -0,0 +1,51 @@
+if(setjmp_config_options)
----------------
michaelrj-google wrote:
for this cmake file to be evaluated, you need to add `add_subdirectory` calls to the cmake files above it. You also might be able to reuse the `setjmp` and `longjmp` implementations that already exist in `setjmp/aarch64`, and only have darwin specific code in `setjmp/darwin`.
https://github.com/llvm/llvm-project/pull/139555
More information about the libc-commits
mailing list