-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix the alignment of future fragments for highly-aligned result types #39829
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 the alignment of future fragments for highly-aligned result types #39829
Conversation
@swift-ci Please test |
Build failed |
Good that you added that assert. Looks like we might need some ‘alignto’ s in the headerOffset computation. |
Oh wait shouldn’t that assert be “address &(alignof(type)-1)==0” |
869e3c2
to
d7cae26
Compare
@swift-ci Please test |
Build failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Yeah, hazards of late-night patches :) |
@swift-ci Please clean test Linux |
@swift-ci please clean test Linux |
Fixes rdar://82097325