Commits

Greg Parker committed b9bf94307a9
[stdlib] Fix some reflection bugs on armv7k. armv7k can return 16-byte structs in registers, but the Swift side of the reflection implementation assumes these structs return in memory. Adding an intermediating struct for return values with an empty user destructor guarantees that they come back in memory. rdar://21215339 Swift SVN r29274