Skip to content

'open' classes within 'public' structs should be considered open. #11925

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
Sep 19, 2017

Conversation

jrose-apple
Copy link
Contributor

Without this, our hack to give all open class vtable members public linkage at the LLVM level wasn't kicking in, and subclasses from other modules were getting link errors.

rdar://problem/32885384

Without this, our hack to give all open class vtable members public
linkage at the LLVM level wasn't kicking in, and subclasses from
other modules were getting link errors.

rdar://problem/32885384
@jrose-apple
Copy link
Contributor Author

@swift-ci Please test

@jrose-apple jrose-apple merged commit 8685141 into swiftlang:master Sep 19, 2017
@jrose-apple jrose-apple deleted the open-barley branch September 19, 2017 18:12
jrose-apple added a commit to jrose-apple/swift that referenced this pull request Sep 19, 2017
…iftlang#11925)

Without this, our hack to give all open class vtable members public
linkage at the LLVM level wasn't kicking in, and subclasses from
other modules were getting link errors.

rdar://problem/32885384
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