You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Serialization] Use InheritedEntries.getResolvedType to determine type to serialize into interface
Looks like when emitting a module with ` -experimental-skip-all-function-bodies -experimental-skip-non-exportable-decls -experimental-lazy-typecheck`, we don’t run `InheritedTypeRequest`, and thus `inherited.getType()` is `nullptr`. Use `InheritedEntries.getResolvedType` to ensure that `InheritedTypeRequest` gets run to make sure we emit the inherited types into the generated module.
rdar://141440011
0 commit comments