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

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 09:29:00 PDT 2018


dim accepted this revision.
dim added a comment.
This revision is now accepted and ready to land.

LGTM with a few nits.



================
Comment at: docs/ReleaseNotes.rst:91
 
+* 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.
----------------
* Replace "UBSan, ... supports" with "support for UBSan, ..."
* Add one space after the `)`
* Replace "Support of MSan" with "Support for MSan"



Repository:
  rL LLVM

https://reviews.llvm.org/D47322





More information about the llvm-commits mailing list