Skip to content

Commit 30c3632

Browse files
committed
DO NOT MERGE [cxx-interop] Fix SIL deserialization error
1 parent 470b34d commit 30c3632

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
@@ -5141,6 +5141,7 @@ getActualSILFunctionTypeRepresentation(uint8_t rep) {
51415141
CASE(Method)
51425142
CASE(ObjCMethod)
51435143
CASE(WitnessMethod)
5144+
CASE(CXXMethod)
51445145
#undef CASE
51455146
default:
51465147
return None;

0 commit comments

Comments
 (0)