From: David Carlier Date: Wed, 25 Jul 2018 13:55:06 +0000 (+0000) Subject: [Docs] Update supported oses for safestack, ubsan, asan, tsan and msan X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fdbc7af5ebeede70f7c193da62182c558beb693;p=clang [Docs] Update supported oses for safestack, ubsan, asan, tsan and msan Adding oses others than Linux. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337926 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst index 20cf699ac0..7549159a39 100644 --- a/docs/AddressSanitizer.rst +++ b/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/docs/MemorySanitizer.rst b/docs/MemorySanitizer.rst index 5bb19ed8a5..4e033fa194 100644 --- a/docs/MemorySanitizer.rst +++ b/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/docs/SafeStack.rst b/docs/SafeStack.rst index 866a8060aa..b046aa6168 100644 --- a/docs/SafeStack.rst +++ b/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/docs/ThreadSanitizer.rst b/docs/ThreadSanitizer.rst index cfbaa63d64..4a8db9154e 100644 --- a/docs/ThreadSanitizer.rst +++ b/docs/ThreadSanitizer.rst @@ -17,7 +17,11 @@ Build LLVM/Clang with `CMake `_. 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/docs/UndefinedBehaviorSanitizer.rst b/docs/UndefinedBehaviorSanitizer.rst index 8dd9157e81..71a8ebd4bc 100644 --- a/docs/UndefinedBehaviorSanitizer.rst +++ b/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 ==============