mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed] Handle mangling thunks in extensions with generic AS and $Stubs (#71914)
This commit is contained in:
committed by
GitHub
parent
92f3b0f2c4
commit
c56a1e8be7
@@ -24,15 +24,6 @@
|
||||
namespace swift {
|
||||
namespace runtime {
|
||||
|
||||
SWIFT_RUNTIME_STDLIB_SPI
|
||||
const AccessibleFunctionRecord *swift_findAccessibleFunctionForConcreteType(
|
||||
bool findConcreteWitness,
|
||||
// concrete target type, when performing a protocol method call
|
||||
const char *targetActorTypeNameStart, size_t targetActorTypeNameLength,
|
||||
// method (concrete method name, or protocol method name)
|
||||
const char *targetNameStart, size_t targetNameLength);
|
||||
|
||||
// DEPRECATED: Prefer 'swift_findAccessibleFunctionForConcreteType'
|
||||
SWIFT_RUNTIME_STDLIB_SPI
|
||||
const AccessibleFunctionRecord *
|
||||
swift_findAccessibleFunction(const char *targetNameStart,
|
||||
|
||||
Reference in New Issue
Block a user