Rename SerializedModuleLoader to match Swift compiler's new API.#1465
Rename SerializedModuleLoader to match Swift compiler's new API.#1465artemcm merged 1 commit intoswiftlang:swift/masterfrom artemcm:SMLRename
Conversation
|
Please test with following PR: @swift-ci Please test |
nkcsgexi
left a comment
There was a problem hiding this comment.
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
SerializedModuleLoadertoImplicitSerializedModuleLoader. This PR is a required companion to that change.