Skip to content

[libc][setjmp] implement sigsetjmp/siglongjmp #126153

@nickdesaulniers

Description

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions