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

Fix tail calls in thunks by applying the callee function attributes to the call instruction #3332

Merged
merged 2 commits into from
Feb 22, 2020

Conversation

kinke
Copy link
Member

@kinke kinke commented Feb 20, 2020

This apparently isn't required for x86, but makes all the difference for AArch64 and fixes #3329. I hope for other archs too!

…o the call instruction

This apparently isn't required for x86, but makes all the difference for
AArch64 and fixes ldc-developers#3329.
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.

CodeGen Error in iOS build & druntime unit tests
1 participant