Commits
Michael Gottesman committed a7bb61265c8
[deserialization] Tighten up deserialization of witness tables. We now enforce via an assert that each witness table is unique and that every protocol conformance that is referenceable from SIL must have a witness table matched to it. Also, I taught the linker that it should deserialize witness tables for InitExistentialRefInst instructions, something that was missed before. Swift SVN r17283