[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:38 PDT 2025
================
@@ -12,6 +12,7 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
endif()
+
----------------
SchrodingerZhu wrote:
Undo this extra change.
https://github.com/llvm/llvm-project/pull/139555
More information about the libc-commits
mailing list