Commits

Slava Pestov committed b13457daaa2
SILGen: Add linkage to SILDefaultWitnessTable This is only used in the verifier, to ensure that default witness thunks are suffiently visible. Also this patch removes the asserts enforcing that only resilient protocols have a default witness table. This will change in an upcoming patch, and in this patch is necessary for the test to work.