Issue |
126153
|
Summary |
[libc][setjmp] implement sigsetjmp/siglongjmp
|
Labels |
libc
|
Assignees |
|
Reporter |
nickdesaulniers
|
When cross compiling the libc testsuite, I ran into:
```
llvm-project/libc/test/UnitTest/FPExceptMatcher.cpp:31:21: error: unknown type name 'sigjmp_buf'
31 | static thread_local sigjmp_buf jumpBuffer;
| ^
```
and @lntue points out the usage in https://github.com/llvm/llvm-project/blob/main/libc/test/UnitTest/FPExceptMatcher.cpp#L45 of the relevant functions.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs