mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
IRGen and basic optimizer support for coroutines.
This commit is contained in:
@@ -129,6 +129,10 @@ std::string LinkEntity::mangleAsString() const {
|
||||
getProtocolConformance(), assocConf.first, assocConf.second);
|
||||
}
|
||||
|
||||
case Kind::CoroutineContinuationPrototype:
|
||||
return mangler.mangleCoroutineContinuationPrototype(
|
||||
cast<SILFunctionType>(getType()));
|
||||
|
||||
// An Objective-C class reference reference. The symbol is private, so
|
||||
// the mangling is unimportant; it should just be readable in LLVM IR.
|
||||
case Kind::ObjCClassRef: {
|
||||
|
||||
Reference in New Issue
Block a user