Commit Graph

2 Commits

Author SHA1 Message Date
Vedant Kumar
a07b1d6c50 [Coverage] Require objc_interop for an ObjC destructor test 2017-04-28 14:30:30 -07:00
Vedant Kumar
ecae403c24 [Coverage] Emit a profiler increment in ObjC destructors
The compiler emits profiler increments in destructors for pure-Swift
classes, but not in destructors for classes that inherit from ObjC
classes. Add in increments for the second kind of destructor.

rdar://problem/29139109
2017-04-28 13:38:17 -07:00