Update ELFObjectWriter::reset() following r238073.

llvm-svn: 240218
This commit is contained in:
Yaron Keren 2015-06-20 11:54:32 +00:00
parent 5e31d0b2e9
commit a81d59e97f
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ class ELFObjectWriter : public MCObjectWriter {
Renames.clear();
Relocations.clear();
StrTabBuilder.clear();
SymtabShndxSectionIndex = 0;
SectionTable.clear();
MCObjectWriter::reset();
}