summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-01-24 15:24:14 +0000
committerHans Wennborg <hans@hanshq.net>2018-01-24 15:24:14 +0000
commitd952162cf65354b6f918b511746b44e2b8921536 (patch)
treee7dd2c7441672117834f50cb153f22464ac2c97f /docs
parenta56df96f1517be7cf8410cdbb190465ad630c1b8 (diff)
ReleaseNotes: mention improved codeview quality
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@323332 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 9887f94108e..8ef9f6b86c5 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -54,6 +54,8 @@ Non-comprehensive list of changes in this release
``DIVariables`` to the instructions in a ``Module``. The ``CheckDebugify``
pass determines how much of the metadata is lost.
+* Significantly improved quality of CodeView debug info for Windows.
+
* Note..
.. NOTE