[lld] r197375 - Remove obsolete comment.

Rui Ueyama ruiu at google.com
Mon Dec 16 01:34:20 PST 2013


Author: ruiu
Date: Mon Dec 16 03:34:20 2013
New Revision: 197375

URL: http://llvm.org/viewvc/llvm-project?rev=197375&view=rev
Log:
Remove obsolete comment.

Modified:
    lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp

Modified: lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp?rev=197375&r1=197374&r2=197375&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp (original)
+++ lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp Mon Dec 16 03:34:20 2013
@@ -13,8 +13,7 @@
 /// Tables followed by raw section data.
 ///
 /// This writer is responsible for writing Core Linker results to an Windows
-/// executable file. Currently it can only output ".text" section; other
-/// sections including the symbol table are silently ignored.
+/// executable file.
 ///
 /// This writer currently supports 32 bit PE/COFF for x86 processor only.
 ///





More information about the llvm-commits mailing list