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

Revise unwind-table emission, enabling them for most popular targets #4888

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kinke
Copy link
Member

@kinke kinke commented Mar 20, 2025

Based on the clang 19 logic (but not 100% accurate).

There's an interesting special case - Darwin on arm64 apparently uses synchronous tables.

Based on the clang 19 logic (but not 100% accurate).

There's an interesting special case - Darwin on arm64 apparently uses
*synchronous* tables.
@@ -24,8 +24,6 @@ runs:
excludes+='|^std.internal.math.gammafunction'
# FIXME: failing unittest(s) with enabled optimizations
excludes+='|^std.math.exponential(-shared)?$'
# FIXME: subtest rt_trap_exceptions fails
excludes+='|^druntime-test-exceptions-debug$'
Copy link
Member Author

@kinke kinke Mar 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damn, I hoped this would fix this subtest on Linux AArch64, but it doesn't.

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.

1 participant