[PATCH] D47322: [docs] add various sanitisers support for FreeBSD/OpenBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 09:38:15 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL334207: [docs] add various sanitisers support for FreeBSD/OpenBSD (authored by devnexen, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47322?vs=148399&id=150355#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47322

Files:
  llvm/trunk/docs/ReleaseNotes.rst


Index: llvm/trunk/docs/ReleaseNotes.rst
===================================================================
--- llvm/trunk/docs/ReleaseNotes.rst
+++ llvm/trunk/docs/ReleaseNotes.rst
@@ -98,6 +98,9 @@
     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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47322.150355.patch
Type: text/x-patch
Size: 586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180607/ccdc8043/attachment.bin>


More information about the llvm-commits mailing list