add changes for typeDataFast

llvm-svn: 175901
diff --git a/lld/lib/ReaderWriter/ELF/Writer.cpp b/lld/lib/ReaderWriter/ELF/Writer.cpp
index 49a876b..0cd0e55 100644
--- a/lld/lib/ReaderWriter/ELF/Writer.cpp
+++ b/lld/lib/ReaderWriter/ELF/Writer.cpp
@@ -235,6 +235,7 @@
 error_code
 ExecutableWriter<ELFT>::writeFile(const File &file, StringRef path) {
   buildChunks(file);
+
   // Create the default sections like the symbol table, string table, and the
   // section string table
   createDefaultSections();