[PATCH] D62523: Add release note entries for recent typo correction changes

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 07:02:16 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD361824: Add release note entries for recent typo correction changes (authored by nico, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62523?vs=201657&id=201659#toc

Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62523/new/

https://reviews.llvm.org/D62523

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -24,11 +24,17 @@
 ELF Improvements
 ----------------
 
+* ld.lld now has typo suggestions for flags:
+  ``$ ld.lld --call-shared`` now prints
+  ``unknown argument '--call-shared', did you mean '--call_shared'``.
+
 * ...
 
 COFF Improvements
 -----------------
 
+* Like the ELF driver, lld-link now has typo suggestions for flags.
+
 * lld-link now correctly reports duplicate symbol errors for obj files
   that were compiled with /Gy.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62523.201659.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190528/e50b7f74/attachment.bin>


More information about the llvm-commits mailing list