mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
40283f9b73
Extend witness tables with a pointer to the protocol conformance descriptor from which the witness table was generated. This will allow us to determine (for example) whether two witness tables were generated from the same (or equivalent) conformances in the future, as well as discover more information about the witness table itself. Fixes rdar://problem/36287959.