Commits

Joe Groff committed 4bac3168c99
IRGen: Retain value type elts in objc stub. We were just shuttling value types from the objc entry point to the native one at +0 without bringing them up to +1 like the Swift native entry point expects, so things like Slices or closures that got passed through an ObjC interface were getting overfreed. Swift SVN r4160