mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Store the Module of a ProtocolConformance rather than the decl.
This is all we need for linkage and is easier to reliably recover during deserialization. Swift SVN r6803
This commit is contained in:
@@ -649,7 +649,6 @@ namespace decls_block {
|
||||
using ProtocolConformanceLayout = BCRecordLayout<
|
||||
PROTOCOL_CONFORMANCE,
|
||||
DeclIDField, // the protocol
|
||||
DeclIDField, // the conforming type or extension decl
|
||||
BCVBR<5>, // value mapping count
|
||||
BCVBR<5>, // type mapping count
|
||||
BCVBR<5>, // inherited conformances count
|
||||
|
||||
Reference in New Issue
Block a user