[PATCH] D74027: [docs] Add LLVM/LLDB release notes for the 10.x branch for things I've done

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


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74027

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -184,6 +184,11 @@
 
  During this release ...
 
+Changes to the Windows Target
+-----------------------------
+
+* Fixed section relative relocations in .debug_frame in DWARF debug info
+
 
 Changes to the OCaml bindings
 -----------------------------
@@ -210,6 +215,10 @@
 Changes to LLDB
 ===============
 
+* Improved support for building with MinGW
+
+* Initial support for debugging Windows ARM and ARM64 binaries
+
 External Open Source Projects Using LLVM 10
 ===========================================
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74027.242530.patch
Type: text/x-patch
Size: 680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/e77ce15a/attachment.bin>


More information about the llvm-commits mailing list