Remove obsolete comment.

llvm-svn: 197375
This commit is contained in:
Rui Ueyama 2013-12-16 09:34:20 +00:00
parent 0b05509d79
commit c1ecfb2d46
1 changed files with 1 additions and 2 deletions

View File

@ -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.
///