[lld] r354241 - lld-link: Mention comdat selection work in the 9.0.0 wip release notes
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 17 17:32:16 PST 2019
Author: nico
Date: Sun Feb 17 17:32:16 2019
New Revision: 354241
URL: http://llvm.org/viewvc/llvm-project?rev=354241&view=rev
Log:
lld-link: Mention comdat selection work in the 9.0.0 wip release notes
Differential Revision: https://reviews.llvm.org/D58301
Modified:
lld/trunk/docs/ReleaseNotes.rst
Modified: lld/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ReleaseNotes.rst?rev=354241&r1=354240&r2=354241&view=diff
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (original)
+++ lld/trunk/docs/ReleaseNotes.rst Sun Feb 17 17:32:16 2019
@@ -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
More information about the llvm-commits
mailing list