Mike Ash
b726056f5f
[RemoteMirror] Fix up test.py to pass python_lint.
...
rdar://problem/59909982
2020-03-25 10:06:58 -04:00
Mike Ash
15468ee70a
[RemoteMirror] Remove C++isms from interop header and clean up.
...
* Change nullptr to NULL.
* Change bool to int.
* Fix missing DataLayout parameter in createReflectionContext.
* Silence unused parameter warnings in the minimalDataLayoutQueryFunctions.
rdar://problem/59909982
2020-03-23 13:53:35 -04:00
Mike Ash
2b89074944
[RemoteMirror] Add a call to the interop header to set the upcoming classIsSwiftMask value.
2019-02-13 14:59:05 -05:00
Mike Ash
4ae12f3c3b
[RemoteMirror] Fix lint errors in RemoteMirrorInterop/test.py, and make relative path args work when the working directory is not the script's enclosing directory.
2018-11-26 11:12:16 -05:00
Mike Ash
47be50cccc
[RemoteMirror] Update interop to handle 4.2 libraries.
...
The Remote Mirror interop header now accepts an arbitrary number of remote mirror libraries so that it can have 4.1, 4.2, and 5.0 loaded side by side.
rdar://problem/45808282
2018-11-26 11:12:16 -05:00