[lld] r311723 - ReleaseNotes: minor touch-ups

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 15:47:34 PDT 2017


Author: hans
Date: Thu Aug 24 15:47:33 2017
New Revision: 311723

URL: http://llvm.org/viewvc/llvm-project?rev=311723&view=rev
Log:
ReleaseNotes: minor touch-ups

Modified:
    lld/branches/release_50/docs/ReleaseNotes.rst

Modified: lld/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_50/docs/ReleaseNotes.rst?rev=311723&r1=311722&r2=311723&view=diff
==============================================================================
--- lld/branches/release_50/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_50/docs/ReleaseNotes.rst Thu Aug 24 15:47:33 2017
@@ -32,14 +32,14 @@ ELF Improvements
 
 * Error message format has changed in order to improve readability.
   Traditionally, linker's error messages are concise and arguably too terse.
-  This is an example of lld 4.0's error message (they are actually in one line)::
+  This is an example of lld 4.0.0's error message (they are actually in one line)::
 
     /ssd/clang/bin/ld.lld: error: /ssd/llvm-project/lld/ELF/Writer.cpp:207:
       undefined symbol 'lld::elf::EhFrameSection::addSection()'
 
   It is not easy to read because too much information is packed into a single line
   and the embedded text, particularly a symbol name, is sometimes too long.
-  In lld 5.0, we use more vertical space to print out error messages in a more
+  In lld 5.0.0, we use more vertical space to print out error messages in a more
   structured manner like this::
 
     bin/ld.lld: error: undefined symbol: lld::elf::EhFrameSection::addSection()
@@ -102,11 +102,6 @@ ELF Improvements
   ``-z notext``, ``-z rodynamic``
 
 
-COFF Improvements
------------------
-
-* Item 1.
-
 Contributors to lld 5.0
 =======================
 




More information about the llvm-commits mailing list