Commits
Jordan Rose committed ed80c68cb57
[serialization] Don't assert when a module file's length is not 32-bit-aligned. This won't ever happen naturally, but by either messing with the module file or asking the compiler to load something that isn't a module at all we could end up hitting the assert. <rdar://problem/16274875> Swift SVN r14902