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
SILGen: Relax assertion about missing vtable entries in a class
Since resilient class metadata is built at runtime, we don't actually
care if there are missing vtable entries. The restriction was relaxed
in Sema in 9117c57, but SILGen still
had an assertion here.
Add a test and relax the assertion.
Fixes <rdar://problem/58644615>.
0 commit comments