[llvm-branch-commits] [lld] r351868 - [docs] Amend the release notes with more things I've contributed since the last release
Martin Storsjo via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 22 12:32:43 PST 2019
Author: mstorsjo
Date: Tue Jan 22 12:32:43 2019
New Revision: 351868
URL: http://llvm.org/viewvc/llvm-project?rev=351868&view=rev
Log:
[docs] Amend the release notes with more things I've contributed since the last release
Differential Revision: https://reviews.llvm.org/D57005
Modified:
lld/branches/release_80/docs/ReleaseNotes.rst
Modified: lld/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_80/docs/ReleaseNotes.rst?rev=351868&r1=351867&r2=351868&view=diff
==============================================================================
--- lld/branches/release_80/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_80/docs/ReleaseNotes.rst Tue Jan 22 12:32:43 2019
@@ -66,6 +66,13 @@ MinGW Improvements
linked in a different order than with GNU ld, inserting a DWARF exception
table terminator too early.)
+* lld now supports COFF embedded directives for linking to nondefault
+ libraries, just like for the normal COFF target.
+
+* Actually generate a codeview build id signature, even if not creating a PDB.
+ Previously, the ``--build-id`` option did not actually generate a build id
+ unless ``--pdb`` was specified.
+
MachO Improvements
------------------
More information about the llvm-branch-commits
mailing list