[libc-commits] [libc] [libc] implement sigsetjmp/siglongjmp for x86-64 (PR #136072)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Apr 17 16:33:02 PDT 2025


================
@@ -49,9 +51,21 @@ typedef struct {
 #endif
 #else
 #error "__jmp_buf not available for your target architecture."
+#endif
+  // TODO: implement sigjmp_buf related functions
----------------
michaelrj-google wrote:

if there isn't an issue filed for this you should add one. Either way you should list the issue number here.

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


More information about the libc-commits mailing list