[PATCH] D74026: [LLD] Add release notes for MinGW for the 10.x branch

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 01:44:50 PST 2020


mstorsjo created this revision.
mstorsjo added reviewers: ruiu, rnk, hans.
Herald added a project: LLVM.

I've tried to fill in commit references like has been done in earlier lld release notes (contrary to most of the other projects' release notes).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74026

Files:
  lld/docs/ReleaseNotes.rst


Index: lld/docs/ReleaseNotes.rst
===================================================================
--- lld/docs/ReleaseNotes.rst
+++ lld/docs/ReleaseNotes.rst
@@ -46,7 +46,33 @@
 MinGW Improvements
 ------------------
 
-* ...
+* Allow using custom .edata sections from input object files (for use
+  by Wine)
+  (`dadc6f248868 <https://reviews.llvm.org/rGdadc6f248868>`)
+
+* Don't implicitly create import libraries unless requested
+  (`6540e55067e3 <https://reviews.llvm.org/rG6540e55067e3>`)
+
+* Support merging multiple resource object files
+  (`3d3a9b3b413d <https://reviews.llvm.org/rG3d3a9b3b413d>`)
+  and properly handle the default manifest object files that GCC can pass
+  (`d581dd501381 <https://reviews.llvm.org/rGd581dd501381>`)
+
+* Demangle itanium symbol names in warnings/error messages
+  (`a66fc1c99f3e <https://reviews.llvm.org/rGa66fc1c99f3e>`)
+
+* Print source locations for undefined references and duplicate symbols,
+  if possible
+  (`1d06d48bb346 <https://reviews.llvm.org/rG1d06d48bb346>`)
+  and
+  (`b38f577c015c <https://reviews.llvm.org/rGb38f577c015c>`)
+
+* Look for more filename patterns when resolving ``-l`` options
+  (`0226c35262df <https://reviews.llvm.org/rG0226c35262df>`)
+
+* Don't error out on duplicate absolute symbols with the same value
+  (which can happen for the default-null symbol for weak symbols)
+  (`1737cc750c46 <https://reviews.llvm.org/rG1737cc750c46>`)
 
 MachO Improvements
 ------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74026.242529.patch
Type: text/x-patch
Size: 1467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/0dc00bd1/attachment.bin>


More information about the llvm-commits mailing list