[RemoteMirror] Allow clients to specify whether Obj-C interop is enabled.

rdar://119570103
This commit is contained in:
Ben Troller
2024-01-23 19:20:56 -08:00
parent 6c2702138f
commit bb3c7f5ee8
7 changed files with 448 additions and 358 deletions

View File

@@ -431,6 +431,8 @@ bool ObjectMemoryReader::queryDataLayout(DataLayoutQueryType type,
}
return true;
}
case DLQ_GetObjCInteropIsEnabled:
break;
}
return false;