Commits

David Farler committed fd46a607853
IRGen: Emit reflection metadata version into Swift binaries Emit a 16-bit constant that tracks the version of the reflection metadata emitted into binaries. This can be used to cross-check what is supported by the SwiftRemoteMirror library with the new version API. rdar://problem/27251582