OSDN Git Service

Update release notes for things I've done since the last release
authorMartin Storsjo <martin@martin.st>
Thu, 1 Aug 2019 20:43:59 +0000 (20:43 +0000)
committerMartin Storsjo <martin@martin.st>
Thu, 1 Aug 2019 20:43:59 +0000 (20:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_90@367609 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index e1481f9..37a3c9f 100644 (file)
@@ -49,6 +49,9 @@ Non-comprehensive list of changes in this release
   ``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
 -----------------------------