[Docs] Update supported oses for safestack, ubsan, asan, tsan and msan
authorDavid Carlier <devnexen@gmail.com>
Wed, 25 Jul 2018 13:55:06 +0000 (13:55 +0000)
committerDavid Carlier <devnexen@gmail.com>
Wed, 25 Jul 2018 13:55:06 +0000 (13:55 +0000)
Adding oses others than Linux.

llvm-svn: 337926

clang/docs/AddressSanitizer.rst
clang/docs/MemorySanitizer.rst
clang/docs/SafeStack.rst
clang/docs/ThreadSanitizer.rst
clang/docs/UndefinedBehaviorSanitizer.rst

index 20cf699..7549159 100644 (file)
@@ -276,6 +276,7 @@ AddressSanitizer is supported on:
 * OS X 10.7 - 10.11 (i386/x86\_64)
 * iOS Simulator
 * Android ARM
+* NetBSD i386/x86\_64
 * FreeBSD i386/x86\_64 (tested on FreeBSD 11-current)
 
 Ports to various other platforms are in progress.
index 5bb19ed..4e033fa 100644 (file)
@@ -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
 ===========
index 866a806..b046aa6 100644 (file)
@@ -126,7 +126,7 @@ and link command lines.
 Supported Platforms
 -------------------
 
-SafeStack was tested on Linux, FreeBSD and MacOSX.
+SafeStack was tested on Linux, NetBSD, FreeBSD and MacOSX.
 
 Low-level API
 -------------
index cfbaa63..4a8db91 100644 (file)
@@ -17,7 +17,11 @@ Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_.
 Supported Platforms
 -------------------
 
-ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 12.04).
+ThreadSanitizer is supported on the following OS:
+
+* Linux
+* NetBSD
+* FreeBSD
 Support for other 64-bit architectures is possible, contributions are welcome.
 Support for 32-bit platforms is problematic and is not planned.
 
index 8dd9157..71a8ebd 100644 (file)
@@ -252,17 +252,11 @@ UndefinedBehaviorSanitizer is supported on the following OS:
 
 * Android
 * Linux
+* NetBSD
 * FreeBSD
+* OpenBSD
 * OS X 10.6 onwards
 
-and for the following architectures:
-
-* i386/x86\_64
-* ARM
-* AArch64
-* PowerPC64
-* MIPS/MIPS64
-
 Current Status
 ==============