[llvm-branch-commits] [lld] r369753 - Mention r363078 in the lld release notes.
Nico Weber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 23 06:04:58 PDT 2019
Author: nico
Date: Fri Aug 23 06:04:58 2019
New Revision: 369753
URL: http://llvm.org/viewvc/llvm-project?rev=369753&view=rev
Log:
Mention r363078 in the lld release notes.
Modified:
lld/branches/release_90/docs/ReleaseNotes.rst
Modified: lld/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_90/docs/ReleaseNotes.rst?rev=369753&r1=369752&r2=369753&view=diff
==============================================================================
--- lld/branches/release_90/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_90/docs/ReleaseNotes.rst Fri Aug 23 06:04:58 2019
@@ -51,6 +51,12 @@ COFF Improvements
input files define resources with the same type, name, and language.
This can be demoted to a warning using ``/force:multipleres``.
+* lld-link now rejects more than one resource obj input files, matching
+ link.exe. Previously, lld-link would silently ignore all but one.
+ If you hit this: Don't pass resource obj files to the linker, instead pass
+ res files to the linker directly. Don't put res files in static libraries,
+ pass them on the command line.
+
* Having more than two ``/natvis:`` now works correctly; it used to not
work for larger binaries before.
More information about the llvm-branch-commits
mailing list