summaryrefslogtreecommitdiffstats
path: root/clang
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
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')
-rw-r--r--clang/docs/AddressSanitizer.rst1
-rw-r--r--clang/docs/MemorySanitizer.rst6
-rw-r--r--clang/docs/SafeStack.rst2
-rw-r--r--clang/docs/ThreadSanitizer.rst6
-rw-r--r--clang/docs/UndefinedBehaviorSanitizer.rst10
5 files changed, 14 insertions, 11 deletions
diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst
index 20cf699ac0b..7549159a39a 100644
--- a/clang/docs/AddressSanitizer.rst
+++ b/clang/docs/AddressSanitizer.rst
@@ -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.
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
===========
diff --git a/clang/docs/SafeStack.rst b/clang/docs/SafeStack.rst
index 866a8060aa4..b046aa61689 100644
--- a/clang/docs/SafeStack.rst
+++ b/clang/docs/SafeStack.rst
@@ -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
-------------
diff --git a/clang/docs/ThreadSanitizer.rst b/clang/docs/ThreadSanitizer.rst
index cfbaa63d643..4a8db9154e7 100644
--- a/clang/docs/ThreadSanitizer.rst
+++ b/clang/docs/ThreadSanitizer.rst
@@ -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.
diff --git a/clang/docs/UndefinedBehaviorSanitizer.rst b/clang/docs/UndefinedBehaviorSanitizer.rst
index 8dd9157e81f..71a8ebd4bc6 100644
--- a/clang/docs/UndefinedBehaviorSanitizer.rst
+++ b/clang/docs/UndefinedBehaviorSanitizer.rst
@@ -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
==============
OpenPOWER on IntegriCloud