commit | 873c9ffba0a54e339236f5668c3143ced2cd608b | [log] [tgz] |
---|---|---|
author | Shankar Easwaran <shankare@codeaurora.org> | Fri Feb 22 17:18:53 2013 +0000 |
committer | Shankar Easwaran <shankare@codeaurora.org> | Fri Feb 22 17:18:53 2013 +0000 |
tree | 07980d83de6a85d8cf34d8428ea10f3ff36395f4 | |
parent | 84324357b8e3870166bd29adf4c4eb83686644d4 [diff] [blame] |
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();