mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +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:
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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user