diff options
| author | Martin Storsjö <martin@martin.st> | 2020-02-05 12:02:08 +0200 |
|---|---|---|
| committer | Martin Storsjö <martin@martin.st> | 2020-02-05 17:23:07 +0200 |
| commit | 0f99f678febf9a9c7787d9ab41f8a8bf2e19ad5d (patch) | |
| tree | de2e6ee80fa49fc0f0e92ebe49426af285d88dab /llvm/docs | |
| parent | 424babb89ad2d7236237404581095680db7a132a (diff) | |
| download | bcm5719-llvm-0f99f678febf9a9c7787d9ab41f8a8bf2e19ad5d.tar.gz bcm5719-llvm-0f99f678febf9a9c7787d9ab41f8a8bf2e19ad5d.zip | |
[docs] Add LLVM/LLDB release notes for the 10.x branch for things I've done
Differential Revision: https://reviews.llvm.org/D74027
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index dd6490379af..75dc29b03dd 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -184,6 +184,11 @@ Changes to the WebAssembly Target 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 the DAG infrastructure 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 =========================================== |

