Commits

Devin Coughlin committed 6374588f3d8
[IRGen] Mark Objective-C Watch simulator images as simulated in IRGen setModuleFlags(). We already do for the iOS simulator and the tvOS simulator. This fixes the 'unrecognized selector sent to instance’ bridging crashes in the stdlib watch simulator tests. Greg Parker did the hard work of tracking this down and suggested the fix. <rdar://problem/20932146> Swift SVN r28846