[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
Tue Jan 22 12:33:17 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351868: [docs] Amend the release notes with more things I've contributed since the last… (authored by mstorsjo, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57005?vs=182755&id=182958#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57005/new/

https://reviews.llvm.org/D57005

Files:
  lld/branches/release_80/docs/ReleaseNotes.rst


Index: lld/branches/release_80/docs/ReleaseNotes.rst
===================================================================
--- lld/branches/release_80/docs/ReleaseNotes.rst
+++ lld/branches/release_80/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 did not actually generate a build id
+  unless ``--pdb`` was specified.
+
 MachO Improvements
 ------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57005.182958.patch
Type: text/x-patch
Size: 713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190122/b2b6ede0/attachment.bin>


More information about the llvm-commits mailing list