Commits

Joe Groff committed b50293b26a7
Runtime: Work around rdar://problem/18950072 to avoid paying for .cxx_destruct on Swift objects. Clang overzealously infects SwiftObject with the HasCXXStructors bit because it contained a struct (with trivial constructor). Manually explode the struct to avoid this. Swift SVN r23259