Commits

Joe Groff committed 3aeb4814add
SILGen: Fix assertion failure when currying a natively ObjC method. If a method comes from Clang, SILGen (correctly) asserts that we don't try to emit a reference to a native Swift entry point for it. Check for and handle this case in the lazy curry thunking logic. Swift SVN r8128