Commits

David Farler committed 84c3613e127
SwiftRemoteMirror: Add API stub for projecting existentials This API will take a pointer to the start of an existential container and its typeref and provide a typeref for its instance type and the address to the start of the instance's data. This has a dummy implementation that returns false for now.