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

IRGen: Work around crash lowering generic base class-constrained type parameter. #1258

Conversation

jckarter
Copy link
Member

Type lowering a type with abstract type parameters requires a generic signature, but type lowering does not ever affect class types, so we can be unprincipled and bypass the problem. Work around for rdar://problem/24590570.

… parameter.

Type lowering a type with abstract type parameters requires a generic signature, but type lowering does not ever affect class types, so we can be unprincipled and bypass the problem. Work around for rdar://problem/24590570.
@jckarter
Copy link
Member Author

@swift-ci Please test

jckarter added a commit that referenced this pull request Feb 10, 2016
…onstraint-2.2

IRGen: Work around crash lowering generic base class-constrained type parameter.
@jckarter jckarter merged commit 3f64dd3 into apple:swift-2.2-branch Feb 10, 2016
@jckarter jckarter deleted the dependent-generic-superclass-constraint-2.2 branch February 10, 2016 22:05
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.

None yet

1 participant