mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We used to just use FileContext at deserialization time. That causes multiple NormalProtocolConformances with the same protocol and type, but from different modules. And we will have issues at IRGen. With this commit, we serialize the parent module and deserialize the parent module, and we are not going to have multiple NormalProtocolConformances with the same protocol and type. rdar://16809311 Swift SVN r17675
105 KiB
105 KiB