[SIL] Added async flag to SILExtInfo.

This commit is contained in:
Nate Chandler
2020-08-25 13:29:18 -07:00
parent 5d813f38ec
commit f74a3b47fc
12 changed files with 53 additions and 26 deletions

View File

@@ -5419,7 +5419,8 @@ public:
auto extInfo =
SILFunctionType::ExtInfoBuilder(*representation, pseudogeneric,
noescape, *diffKind, clangFunctionType)
noescape, async, *diffKind,
clangFunctionType)
.build();
// Process the coroutine kind.