mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[sil-deserialization] Teach SIL how to deserialize generic outer parameters.
With this commit, we can deserialize the stdlib. Still running into issues related to linking that requires a consultation with John. That will come in a later commit. Swift SVN r14365
This commit is contained in:
@@ -799,6 +799,10 @@ namespace decls_block {
|
||||
// The sub-pattern trails the record.
|
||||
>;
|
||||
|
||||
using SILGenericOuterParamDeclIDLayout = BCRecordLayout<
|
||||
SIL_GENERIC_OUTER_PARAM_DECL_ID,
|
||||
DeclIDField // The decl id of the outer param if any.
|
||||
>;
|
||||
|
||||
using GenericParamListLayout = BCRecordLayout<
|
||||
GENERIC_PARAM_LIST,
|
||||
|
||||
Reference in New Issue
Block a user