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
Fix assertion failure when comparing reconstructed SILBoxTypes.
Substitutions in SILFunctionTypes are not handled by TypeDecoder, by adding
support for SILBoxTypes to Type::transform()
we can avoid an assertion failure when running the compatibility test suite.
rdar://74153042
0 commit comments