mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialization of the requirement-to-synthetic-environment map was walking in DenseMap order. However, the keys to this map are known---they're always the generic parameters of the requirement. So, walk those generic parameters to make it deterministic, and don't bother serializing them because they're known to the deserializer already. Fixes rdar://problem/29689811.
43 KiB
43 KiB