mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
the current SIL module, unless the AST sees them first. This turns out to be important when we deserialize generic reabstraction thunks, which have shared linkage so get serialized again in the current SIL module. There are some fundamental inconsistencies in the way parameter type decls are handled, but we need a quick workaround to unblock progress on the stdlib. Fixes <rdar://problem/16807985> Building Foundation overlay crashes in stdlib deserialization in r17377 Swift SVN r18173