mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[RemoteMirror] Allow clients to specify whether Obj-C interop is enabled.
rdar://119570103
This commit is contained in:
@@ -431,6 +431,8 @@ bool ObjectMemoryReader::queryDataLayout(DataLayoutQueryType type,
|
||||
}
|
||||
return true;
|
||||
}
|
||||
case DLQ_GetObjCInteropIsEnabled:
|
||||
break;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user