Commits
Michael Gottesman committed c68d6347df8
[serialization] Split writeModule into two methods: writeSILBlock and writeIndexTables. Also integrate writeTables into writeIndexTables. The fact that we were using extra scopes in writeSILBlock suggests that we needed to split them into separate functions. NFC. Swift SVN r16137