Commits

Joe Groff committed 1b22f07f565
IRGen: Set correct attributes on call in partial application forwarder. When forming a closure over a dynamic function value, we were failing to set sret, byval, etc. attributes on the call of the underlying function in the partial application thunk. Fixes rdar://problem/19875360. Swift SVN r25387