Commits

Jordan Rose committed 960141eb8e0
[serialization] Don't keep a ModuleFile around when missing dependencies. All we need is the skeleton Module to let us know not to try again. This was previously leading to a use-after-free, caught by Guard Malloc. Thanks, Argyrios! Swift SVN r6267