[llvm-branch-commits] [llvm-branch] r367609 - Update release notes for things I've done since the last release

Martin Storsjo via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 1 13:43:59 PDT 2019


Author: mstorsjo
Date: Thu Aug  1 13:43:59 2019
New Revision: 367609

URL: http://llvm.org/viewvc/llvm-project?rev=367609&view=rev
Log:
Update release notes for things I've done since the last release

Modified:
    llvm/branches/release_90/docs/ReleaseNotes.rst

Modified: llvm/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_90/docs/ReleaseNotes.rst?rev=367609&r1=367608&r2=367609&view=diff
==============================================================================
--- llvm/branches/release_90/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_90/docs/ReleaseNotes.rst Thu Aug  1 13:43:59 2019
@@ -49,6 +49,9 @@ Non-comprehensive list of changes in thi
   ``EP_FullLinkTimeOptimizationLast`` are available for plugins to specialize
   the legacy pass manager full LTO pipeline.
 
+* **llvm-objcopy/llvm-strip** got support for COFF object files/executables,
+  supporting the most common copying/stripping options.
+
 .. NOTE
    If you would like to document a larger change, then you can add a
    subsection about it right here. You can copy the following boilerplate
@@ -127,7 +130,7 @@ Changes to the SystemZ Target
 Changes to the X86 Target
 -------------------------
 
- During this release ...
+* Fixed a bug in generating DWARF unwind information for 32 bit MinGW
 
 Changes to the AMDGPU Target
 -----------------------------




More information about the llvm-branch-commits mailing list