Commits
Joe Groff committed b5b860ad394
IRGen: Properly create ObjC protocols using the runtime in JIT mode. Just injecting a new protocol descriptor into an already-running ObjC runtime isn't a good idea, since the runtime might have already canonized the protocol somewhere else, and it won't recognize that classes conform to protocols it doesn't know about. Swift SVN r23313