Commits

Chris Hanson committed 63a37b29a5c
XCTest assertions will eventually EXC_BAD_ACCESS The SPI that XCTest exposes to the overlay has Objective-C semantics, while anything exposed to Swift code via @asmname needs Swift semantics. Add a bridge to the overlay that handles this adaptation. Addresses <rdar://problem/17408423>. Swift SVN r20932