Skip to content

SILGen: Fix accessor functions with @_backDeploy #41788

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
Mar 11, 2022

Conversation

tshortli
Copy link
Contributor

Previously, the @_backDeploy attribute was ignored when generating SIL for accessors on declarations with the attribute since the accessor decls themselves were not directly annotated.

Also, emit an error when @_backDeploy is applied to coroutine accessors since they are not supported yet.

Resolves rdar://90112441

…usly, the `@_backDeploy` attribute was ignored when generating SIL for accessors on declarations with the attribute since the accessor decls themselves were not directly annotated.

Also, emit an error when `@_backDeploy` is applied to coroutine accessors since they are not supported yet.

Resolves rdar://90112441
@tshortli tshortli force-pushed the back-deploy-accessors branch from d256ce1 to c1e326c Compare March 11, 2022 19:07
@tshortli
Copy link
Contributor Author

@swift-ci please test and merge

@swift-ci swift-ci merged commit 94de12b into swiftlang:main Mar 11, 2022
@tshortli tshortli deleted the back-deploy-accessors branch March 29, 2022 21: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.

2 participants