Commits

Dmitri Hrybenko committed 87ec098e2ba
watchSimulator ABI: Change ObjCBool from Int8 to Bool Depends on a clang change to target info, and an objc4 change to the Objective-C headers, which accomplish the actual ABI change for Swift.Bool. This commit updates ObjCBool and adds a test. rdar://problem/21294221 Patch by Ben Langmuir. Swift SVN r29423