Commit Graph

1 Commits

Author SHA1 Message Date
Slava Pestov
fc810e1205 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 9117c5728a, but SILGen still
had an assertion here.

Add a test and relax the assertion.

Fixes <rdar://problem/58644615>.
2020-02-10 19:28:11 -05:00