Commits

Joe Groff committed 893ca427803
SILGen: Have protocol witnesses honor 'dynamic'. The witness table entry needs to dispatch through the ObjC entry point if the witness is dynamic. Slot this into the existing code path by consing up a small transparent thunk to exercise the existing code paths for adjusting calling convention from ObjC to Swift. Swift SVN r19864