Remove this fixme, looking at the linker source, all targets pad to 4 bytes.

llvm-svn: 93835
This commit is contained in:
Nate Begeman 2010-01-19 01:32:44 +00:00
parent bb1110a7ae
commit e945172ba4
1 changed files with 0 additions and 2 deletions

View File

@ -679,8 +679,6 @@ public:
UndefinedSymbolData[i].SymbolData->setIndex(Index++);
// The string table is padded to a multiple of 4.
//
// FIXME: Check to see if this varies per arch.
while (StringTable.size() % 4)
StringTable += '\x00';
}