Merge pull request #79781 from nate-chandler/general-coro/20250227/1

[CoroutineAccessors] Dispatch and PtrAuth.
This commit is contained in:
nate-chandler
2025-03-07 20:08:42 -08:00
committed by GitHub
45 changed files with 742 additions and 173 deletions

View File

@@ -605,6 +605,7 @@ struct SILDeclRef {
}
bool hasAsync() const;
bool isCalleeAllocatedCoroutine() const;
/// Return the hash code for the SIL declaration.
friend llvm::hash_code hash_value(swift::SILDeclRef ref) {