Commits

Joe Groff committed f164a886159
IRGen: Emit ObjC protocol records for protocols used in casts. Greg indicated that objc_getProtocol only works if somebody actually reifies a protocol_t record for the protocol with the runtime, so we need to emit our own protocol_t for every Protocol* value we do a checked cast with. Hijack the ClassDataBuilder to also build protocol_t records. Swift SVN r9420