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 a crash when serializing variadic generic tuple code under -wmo #72990

Merged
merged 1 commit into from Apr 12, 2024

Conversation

rjmccall
Copy link
Member

It seems really unfortunate that we use SILCloner to, basically, implement a recursive visitor of the types used in a SIL function, but apparently it's what we do.

Fixes #72117.

It seems really unfortunate that we use SILCloner to, basically,
implement a recursive visitor of the types used in a SIL function,
but apparently it's what we do.

Fixes apple#72117.
@rjmccall
Copy link
Member Author

@swift-ci Please test

@rjmccall
Copy link
Member Author

@swift-ci Please test Linux

@rjmccall
Copy link
Member Author

@swift-ci Please test

@rjmccall rjmccall merged commit b8c6442 into apple:main Apr 12, 2024
5 checks passed
@rjmccall rjmccall deleted the vargentupwmofix branch April 12, 2024 17:22
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.

Variadic generics crash with Embedded Swift in SILCloner
1 participant