Skip to content

Commit 51edb8f

Browse files
authored
Merge pull request #58537 from apple/egorzhdan/cxx-method-deserialization
[cxx-interop] Fix SIL deserialization error for C++ methods
2 parents 4b56634 + 9ceebfd commit 51edb8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Serialization/Deserialization.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5143,6 +5143,7 @@ getActualSILFunctionTypeRepresentation(uint8_t rep) {
51435143
CASE(Method)
51445144
CASE(ObjCMethod)
51455145
CASE(WitnessMethod)
5146+
CASE(CXXMethod)
51465147
#undef CASE
51475148
default:
51485149
return None;

0 commit comments

Comments
 (0)