-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[4.2] Just autolink everything #16390
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
[4.2] Just autolink everything #16390
Conversation
And disable them on non-ObjC platforms again, because those overlays depend on a stdlib that contains _ObjectiveCBridgeable. (cherry picked from commit 0e5100d)
This is unfortunate in that it makes the linker do extra work, but in practice it probably doesn't matter much, and meanwhile it handles all our problems with @inlinable. Alternate solution to rdar://problem/39338239 (cherry picked from commit 098b170)
@swift-ci Please test |
@swift-ci Please test source compatibility |
@swift-ci Please smoke test compiler performance |
Build failed |
Build failed |
274598d
to
6bec6d8
Compare
@swift-ci Please test |
@swift-ci Please test source compatibility |
@swift-ci Please smoke test compiler performance |
Build failed |
Build failed |
@swift-ci Please test source compatibility |
@swift-ci Please smoke test compiler performance |
Cherry-pick of the non-reverty parts of #16349 to the 4.2 branch. Reviewed by @graydon and @DougGregor.
rdar://problem/39338239