forked from OSchip/llvm-project
Remove this fixme, looking at the linker source, all targets pad to 4 bytes.
llvm-svn: 93835
This commit is contained in:
parent
bb1110a7ae
commit
e945172ba4
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue