[swift-dev] Emitting redundant protocol conformances to support type lookup

Luke Howard lukeh at padl.com
Fri Jan 8 19:03:03 CST 2016


> On 9 Jan 2016, at 11:25 AM, Luke Howard via swift-dev <swift-dev at swift.org> wrote:
> 
> Is emitNominalMetadataRef() the right place to create (not emit) these records?

Whoops, that emits references not definitions, seems like IRGenModule::emitXXX() is better.

— Luke


More information about the swift-dev mailing list