Commits

Michael Gottesman committed 5b88963e788
[SIL] Implement external SIL Witness Table declarations. This will help with ensuring that we do not create multiple witness table "definitions" one of which is null. That situtation yields an IRGen assertion to be hit since the external declaration (in the guise of a definition) has a different type from the actual deserialized definition. Swift SVN r14999