Commit a05d35f1 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

[docs] Amend the release notes with more things I've contributed since the last release

Differential Revision: https://reviews.llvm.org/D57005

llvm-svn: 351868
parent 642a1732
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
------------------