mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SIL] Added async flag to SILExtInfo.
This commit is contained in:
@@ -5419,7 +5419,8 @@ public:
|
||||
|
||||
auto extInfo =
|
||||
SILFunctionType::ExtInfoBuilder(*representation, pseudogeneric,
|
||||
noescape, *diffKind, clangFunctionType)
|
||||
noescape, async, *diffKind,
|
||||
clangFunctionType)
|
||||
.build();
|
||||
|
||||
// Process the coroutine kind.
|
||||
|
||||
Reference in New Issue
Block a user