mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 07:18:44 +00:00
Remove this fixme, looking at the linker source, all targets pad to 4 bytes.
llvm-svn: 93835
This commit is contained in:
parent
fa545150c4
commit
3c96073ce7
@ -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…
x
Reference in New Issue
Block a user