Skip to content

Fix SILGenFunction::emitBasicProlog for @lifetime with default args. #78539

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

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

atrick
Copy link
Contributor

@atrick atrick commented Jan 10, 2025

LifetimeDependencies were being read from the wrong DeclContext.

Fixes rdar://142451893 (Crash during AST -> SIL lowering)

LifetimeDependencies were being read from the wrong DeclContext.

Fixes rdar://142451893 (Crash during AST -> SIL lowering)
@atrick atrick requested a review from jckarter as a code owner January 10, 2025 06:17
@atrick
Copy link
Contributor Author

atrick commented Jan 10, 2025

@swift-ci test

@atrick
Copy link
Contributor Author

atrick commented Jan 10, 2025

@swift-ci smoke test macOS

@atrick
Copy link
Contributor Author

atrick commented Jan 10, 2025

@jckarter is this the correct fix?

@atrick atrick merged commit d3f1924 into swiftlang:main Jan 11, 2025
4 of 5 checks passed
@atrick atrick deleted the fix-silgen-prolog branch January 11, 2025 01:32
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.

2 participants