Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sigaction (for LLVM) #466

Open
theoparis opened this issue Jan 23, 2024 · 1 comment
Open

Support sigaction (for LLVM) #466

theoparis opened this issue Jan 23, 2024 · 1 comment

Comments

@theoparis
Copy link

After I tried updating this PR to LLVM 18 I ran into an issue struct sigaction being an incomplete type...

This would also depend on WebAssembly/exception-handling#179, because jmp_buf seems to be missing. Alternatively it is possible to disable any sigaction types and setjmp/jmp_buf from being referenced in LLVM but that's not a permanent solution and it won't get merged upstream.

@whitequark
Copy link
Contributor

See this RFC where I propose to have it be merged upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants