Skip to content

IRGen: Builtin.UnknownObject should not be hardcoded to use ObjC refcounting. #10800

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

Closed
wants to merge 1 commit into from

Conversation

jckarter
Copy link
Contributor

@jckarter jckarter commented Jul 6, 2017

It's more appropriate to use Unknown refcounting, which we correctly handle in the face of non-ObjC-interop elsewhere. Fixes a problem where the Linux standard library would contain an unresolvable reference to objc_release.

@jckarter
Copy link
Contributor Author

jckarter commented Jul 6, 2017

@swift-ci Please smoke test

…fcounting.

It's more appropriate to use `Unknown` refcounting, which we correctly handle in the face of non-ObjC-interop elsewhere. Fixes a problem where the Linux standard library would contain an unresolvable reference to `objc_release`.
@jckarter jckarter force-pushed the unknown-type-info branch from 40d7ee6 to 9c521dd Compare July 6, 2017 20:32
@jckarter
Copy link
Contributor Author

jckarter commented Jul 6, 2017

@swift-ci Please smoke test

1 similar comment
@jckarter
Copy link
Contributor Author

jckarter commented Jul 6, 2017

@swift-ci Please smoke test

@jckarter
Copy link
Contributor Author

jckarter commented Jul 7, 2017

Absorbing this into #10741, since I needed the fix in order to investigate a Linux issue.

@jckarter jckarter closed this Jul 7, 2017
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.

1 participant