Commits

Joe Groff committed a0c44868080
IRGen: Emit protocol descriptors. Produce protocol descriptors when we see a protocol definition in the current module. If the protocol is @objc, go through the existing path for generating full Protocol* metadata for objc objects; otherwise, emit our layout-compatible but strong-external-linkage Swift protocol descriptor record. Swift SVN r9867