[PATCH] D57005: [LLD] [docs] Amend the release notes with more things I've contributed since the last release
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 21 01:42:25 PST 2019
mstorsjo created this revision.
mstorsjo added reviewers: ruiu, rnk, hans.
I earlier wrote the most of the relnotes for things I've contributed this cycle, but I found a few more notable things while looking through the changelog.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D57005
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -66,6 +66,13 @@
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 was accepted and ignored, but no
+ build id was generated.
+
MachO Improvements
------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57005.182755.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190121/ca3c8cef/attachment.bin>
More information about the llvm-commits
mailing list