Commits

Doug Gregor committed 34113ffee49
Emit both Swift and Objective-C entry points for -dealloc. The Swift entry point is required for the Swift metadata, while the Objective-C entry point goes into the Objective-C metadata. As part of this, stop emitting the destroying destructor for classes that use Objective-C allocation: it won't work anyway. Swift SVN r12199