Commits

Joe Groff committed fcd08161793
SILGen: Emit witness function refs through 'emitGlobalFunctionRef'. This ensures that if the witness is a foreign-to-native, curry, or other lazily-generated thunk, that the thunk gets generated. This fixes natively-ObjC witnesses to Swift protocols. Swift SVN r17739