From: Nico Weber Date: Mon, 18 Feb 2019 01:32:16 +0000 (+0000) Subject: lld-link: Mention comdat selection work in the 9.0.0 wip release notes X-Git-Tag: llvmorg-10-init~11778 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a35a2a51c58520a1931347dcb4508339b100c41;p=platform%2Fupstream%2Fllvm.git lld-link: Mention comdat selection work in the 9.0.0 wip release notes Differential Revision: https://reviews.llvm.org/D58301 llvm-svn: 354241 --- diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst index 0b3cee5..7b6dbdf 100644 --- a/lld/docs/ReleaseNotes.rst +++ b/lld/docs/ReleaseNotes.rst @@ -29,6 +29,9 @@ ELF Improvements COFF Improvements ----------------- +* lld-link now correctly reports duplicate symbol errors for obj files + that were compiled with /Gy. + * ... MinGW Improvements