summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-02-21 10:50:27 +0000
committerHans Wennborg <hans@hanshq.net>2018-02-21 10:50:27 +0000
commit06b82dc2b85f15582b4f15798c19c9a2be8537b4 (patch)
treeb08c62c368f58a754009ec2dc1df78eaa3fad480
parent28b22410cd3dd433d038a38bc51cf4300b288a3e (diff)
ReleaseNotes: mention NetBSD support for sanitizers
By Kamil Rytarowski! git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@325670 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 949ec85c270..f5da7656b03 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -56,6 +56,9 @@ Non-comprehensive list of changes in this release
* Significantly improved quality of CodeView debug info for Windows.
+* Preliminary support for Sanitizers and sibling features on X86(_64) NetBSD
+ (ASan, UBsan, TSan, MSan, SafeStack, libFuzzer).
+
* Note..
.. NOTE