Commits

Joe Groff committed a0932125c6b
SILGen: Emit thunks if an ObjC extension conforms w/ non-ObjC methods. An [objc] protocol extension of a non-[objc] class from another module might introduce [objc]-ness onto methods from that other module, so we do have to do an extra pass while emitting extensions to make sure the conformance methods get thunked. Swift SVN r5667