[docs] add various sanitisers support for FreeBSD/OpenBSD
authorDavid Carlier <devnexen@gmail.com>
Thu, 7 Jun 2018 16:33:48 +0000 (16:33 +0000)
committerDavid Carlier <devnexen@gmail.com>
Thu, 7 Jun 2018 16:33:48 +0000 (16:33 +0000)
since couple of months, supports had been enabled for FreeBSD and OpenBSD.

Reviewers: thakis, spatel, dim

Reviewed By: dim

Differential Revision: https://reviews.llvm.org/D47322

llvm-svn: 334207

llvm/docs/ReleaseNotes.rst

index 2d96f4d..ad8b447 100644 (file)
@@ -98,6 +98,9 @@ Non-comprehensive list of changes in this release
     git grep -l 'DEBUG' | xargs perl -pi -e 's/\bDEBUG\s?\(/LLVM_DEBUG(/g'
     git diff -U0 master | ../clang/tools/clang-format/clang-format-diff.py -i -p1 -style LLVM
 
+* Early support for UBsan, X-Ray instrumentation and libFuzzer (x86 and x86_64) for OpenBSD. Support for MSan
+  (x86_64), X-Ray instrumentation and libFuzzer (x86 and x86_64) for FreeBSD.
+
 * Note..
 
 .. NOTE