Commits

Slava Pestov committed 285c7fa03a5
IRGen: Call witness table accessor function for resilient conformances If a resilient protocol is defined in a different resilience domain than the conformance, new requirements may be added resiliently without recompiling the module containing the conformance. So we must use the accessor, and call a runtime function in the body of the accessor to instantiate the conformance.