summaryrefslogtreecommitdiffstats
path: root/clang/docs/MemorySanitizer.rst
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-07-25 13:55:06 +0000
committerDavid Carlier <devnexen@gmail.com>2018-07-25 13:55:06 +0000
commit59a339ab45227000fabad839fcc4886b499e62d0 (patch)
treea96b80f73ea983a9bb5789749c0fb883cd6e3f88 /clang/docs/MemorySanitizer.rst
parentf636411a5e1b8d1fe335cdc581bd41d2fb1280e3 (diff)
downloadbcm5719-llvm-59a339ab45227000fabad839fcc4886b499e62d0.tar.gz
bcm5719-llvm-59a339ab45227000fabad839fcc4886b499e62d0.zip
[Docs] Update supported oses for safestack, ubsan, asan, tsan and msan
Adding oses others than Linux. llvm-svn: 337926
Diffstat (limited to 'clang/docs/MemorySanitizer.rst')
-rw-r--r--clang/docs/MemorySanitizer.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst
index 5bb19ed8a50..4e033fa1941 100644
--- a/clang/docs/MemorySanitizer.rst
+++ b/clang/docs/MemorySanitizer.rst
@@ -185,7 +185,11 @@ self-built instrumented libc++ (as a replacement for libstdc++).
Supported Platforms
===================
-MemorySanitizer is supported on Linux x86\_64/MIPS64/AArch64.
+MemorySanitizer is supported on the following OS:
+
+* Linux
+* NetBSD
+* FreeBSD
Limitations
===========
OpenPOWER on IntegriCloud