-
Notifications
You must be signed in to change notification settings - Fork 341
Rename SerializedModuleLoader to match Swift compiler's new API. #1465
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
Please test with following PR: @swift-ci Please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a really safe change.
Please test with following PR: @swift-ci Please test |
3 similar comments
Please test with following PR: @swift-ci Please test |
Please test with following PR: @swift-ci Please test |
Please test with following PR: @swift-ci Please test |
Please test with following PR: @swift-ci Please test |
Note you'll also need to cherry-pick this change to swift/master-next and swift/master-rebranch, as we don't have automergers for them. |
Please test with following PR: @swift-ci Please test |
1 similar comment
Please test with following PR: @swift-ci Please test |
Please don't forget to cherry-pick to swift/master-next and swift/master-rebranch, as those branches will be unable to build LLDB when the Swift automergers pick up the Swift half of this change. |
swiftlang/swift#32903 makes some changes to the module loader structure, including a renaming of
SerializedModuleLoader
toImplicitSerializedModuleLoader
. This PR is a required companion to that change.