1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-14 22:38:03 +00:00

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman 2010-01-19 01:32:44 +00:00
parent 9a7313af77
commit 60a17740b8

@ -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';
}