projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7313a
)
Remove this fixme, looking at the linker source, all targets pad to 4 bytes.
author
Nate Begeman
<natebegeman@mac.com>
Tue, 19 Jan 2010 01:32:44 +0000
(
01:32
+0000)
committer
Nate Begeman
<natebegeman@mac.com>
Tue, 19 Jan 2010 01:32:44 +0000
(
01:32
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93835
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCAssembler.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCAssembler.cpp
b/lib/MC/MCAssembler.cpp
index 1f5b6f140d5250517d4e75e57ea6fec91890d4c3..f0f5a47eb2c92c64521f6f17aac13f5533d1874f 100644
(file)
--- a/
lib/MC/MCAssembler.cpp
+++ b/
lib/MC/MCAssembler.cpp
@@
-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';
}