-
Notifications
You must be signed in to change notification settings - Fork 10.5k
ModuleInterface: preserve AutolinkForceLoad option when generating .swiftmodule from .swiftinterface #28912
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
Conversation
@swift-ci please smoke test |
6187e04
to
a2acbdc
Compare
@swift-ci please smoke test |
1 similar comment
@swift-ci please smoke test |
a2acbdc
to
29596b6
Compare
@swift-ci please test |
@lorentey As we discussed earlier, I've changed the cmake configs for |
Build failed |
Build failed |
f7e320f
to
7e9afca
Compare
@swift-ci please test |
Build failed |
Build failed |
7e9afca
to
3674922
Compare
@swift-ci please test |
Build failed |
Build failed |
3674922
to
a3c1902
Compare
@swift-ci please test |
Build failed |
Build failed |
…wiftmodule from .swiftinterface This change ensures using .swiftmodule built from source has the same behavior as using .swiftmodule built from .swiftinterface. A swift-ide-test utility is added to print linked libraries from a Swift module for testing purposes. rdar://58057556
…urce When force linking auto-linked libraries, an overlay will fail to link if the dependence libraries are missing from the source. This change provides linker flags to search overlay libraries from the SDK.
a3c1902
to
7a1ac6b
Compare
@swift-ci please test |
Build failed |
Build failed |
This change ensures using .swiftmodule built from source has the same behavior as
using .swiftmodule built from .swiftinterface.
A swift-ide-test utility is added to print linked libraries from a Swift module for
testing purposes.
rdar://58057556