[PATCH] D47322: [docs] add various sanitisers support for FreeBSD/OpenBSD
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 24 06:45:27 PDT 2018
devnexen created this revision.
devnexen added reviewers: thakis, spatel.
devnexen created this object with visibility "All Users".
Herald added subscribers: llvm-commits, krytarowski, emaste.
- since couple of months, supports had been enabled for FreeBSD and OpenBSD.
Repository:
rL LLVM
https://reviews.llvm.org/D47322
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -88,6 +88,9 @@
``llvm/Config/llvm-config.h``. If you used this macro, use the compiler-set
``_WIN32`` instead which is set exactly when ``LLVM_ON_WIN32`` used to be set.
+* Early UBsan, X-Ray instrumentation and libFuzzer supports (x86 and x86_64)for OpenBSD. Support of 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.148399.patch
Type: text/x-patch
Size: 539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180524/5a90a453/attachment.bin>
More information about the llvm-commits
mailing list