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

Made unwind handling cross-platform #3572

Closed
wants to merge 5 commits into from
Closed

Conversation

ptitSeb
Copy link
Contributor

@ptitSeb ptitSeb commented Feb 3, 2023

Made unwind handling cross-platform, but the actual unwind information generation is limited on the Cross-platform side.
For example, generaing Linux binary of Windows, or Windows binary on Linux, will be generated without Unwind information, as the unwind generation use platform syscalls.

This will fix #3508

…unwind info that needs Windows syscall for now (for #3508)
@ptitSeb ptitSeb closed this Feb 6, 2023
@ptitSeb ptitSeb deleted the feat_unwind_generic branch February 6, 2023 09:30
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

Successfully merging this pull request may close these issues.

Engine::new().set_target(Some(Windows)) crashes Module::compile
1 participant