[llvm-commits] [llvm] r114639 - /llvm/trunk/lib/MC/ELFObjectWriter.cpp
Rafael Espindola
rafael.espindola at gmail.com
Thu Sep 23 07:14:56 PDT 2010
Author: rafael
Date: Thu Sep 23 09:14:56 2010
New Revision: 114639
URL: http://llvm.org/viewvc/llvm-project?rev=114639&view=rev
Log:
Fix the FIXME.
Modified:
llvm/trunk/lib/MC/ELFObjectWriter.cpp
Modified: llvm/trunk/lib/MC/ELFObjectWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/ELFObjectWriter.cpp?rev=114639&r1=114638&r2=114639&view=diff
==============================================================================
--- llvm/trunk/lib/MC/ELFObjectWriter.cpp (original)
+++ llvm/trunk/lib/MC/ELFObjectWriter.cpp Thu Sep 23 09:14:56 2010
@@ -856,7 +856,7 @@
ie = Asm.end(); it != ie; ++it) {
const MCSectionELF &Section =
static_cast<const MCSectionELF&>(it->getSection());
- // FIXME: We could merge prefixes like in .text and .text.rela.
+ // FIXME: We could merge suffixes like in .text and .rela.text.
// Remember the index into the string table so we can write it
// into the sh_name field of the section header table.
More information about the llvm-commits
mailing list