Commits

Joe Groff committed dd9f28e1df0
IRGen: Emit protocol conformances on the parallel IRGen path too. The new implementation needs to happen after all source files have been built and before lazy definitions are emitted, but I neglected to insert it in the parallel IRGen path. Fixes rdar://problem/22825770. Swift SVN r32189