Commits

Joe Groff committed 1c9e924b8b6
IRGen: Disable debug info for witnesses. To mangle archetypes from a witness context, we'd need to bind archetypes from both the witness and requirement's context, and IRGenDebugInfo isn't set up to do that yet. I'm not sure we want debug info for these thunks. Swift SVN r11592