Commits

Joe Groff committed 34dc94679dc
IRGen: Get objc protocol erasure working. Don't try to emit witness tables for protocols that don't need them when emitting a protocol erasure. (We'll need to eventually ensure that ObjC method metadata gets generated for the conforming methods, but we don't yet, so this will only work for types that already have ObjC-dispatchable methods.) Swift SVN r5610