diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-07-05 17:58:30 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-07-05 17:58:30 +0000 |
commit | bb65a38b564c20b8059b13be9ae338afe1b48ac6 (patch) | |
tree | e0181319202d1cf6faed06528ff0cc293c16e6fa /llvm/docs/ReleaseNotes.rst | |
parent | f3481b8c9ab499ebcfa76e5bf5ab76738b9ecbce (diff) | |
download | bcm5719-llvm-bb65a38b564c20b8059b13be9ae338afe1b48ac6.tar.gz bcm5719-llvm-bb65a38b564c20b8059b13be9ae338afe1b48ac6.zip |
Add LLDB section to the release notes
llvm-svn: 365228
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 2bb58fc17ba..a940015f163 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -126,6 +126,11 @@ Changes to the C API Changes to the DAG infrastructure --------------------------------- +Changes to LLDB +=============== + +* Backtraces are now color highlighting in the terminal. + External Open Source Projects Using LLVM 9 ========================================== |