mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #34993 from zoecarver/cxx/cxxmethod-representation
[cxx-interop] Add SIL function representation cxx_method; Support extending C++ types.
This commit is contained in:
@@ -4175,6 +4175,7 @@ static uint8_t getRawStableSILFunctionTypeRepresentation(
|
||||
SIMPLE_CASE(SILFunctionTypeRepresentation, ObjCMethod)
|
||||
SIMPLE_CASE(SILFunctionTypeRepresentation, WitnessMethod)
|
||||
SIMPLE_CASE(SILFunctionTypeRepresentation, Closure)
|
||||
SIMPLE_CASE(SILFunctionTypeRepresentation, CXXMethod)
|
||||
}
|
||||
llvm_unreachable("bad calling convention");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user