Commit Graph

2 Commits

Author SHA1 Message Date
Andrew Trick
45f74a1819 Fix test/Concurrency/objc_async_protocol_irgen.swift for 32-bit
This test was introduced without 32-bit testing.
2021-04-09 00:22:23 -07:00
Varun Gandhi
b6ed507c13 [Concurrency] Emit async methods in ObjC protocols once.
Previously, the method table would contain duplicate copies due to the
ProtocolDecl carrying a completionHandler-based version of the method,
as well as the async version of the method.

Fixes rdar://76192003.
2021-04-08 16:26:31 -07:00