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.
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.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits