forked from OSchip/llvm-project
[Docs] Update supported oses for safestack, ubsan, asan, tsan and msan
Adding oses others than Linux. llvm-svn: 337926
This commit is contained in:
parent
f636411a5e
commit
59a339ab45
|
@ -276,6 +276,7 @@ AddressSanitizer is supported on:
|
||||||
* OS X 10.7 - 10.11 (i386/x86\_64)
|
* OS X 10.7 - 10.11 (i386/x86\_64)
|
||||||
* iOS Simulator
|
* iOS Simulator
|
||||||
* Android ARM
|
* Android ARM
|
||||||
|
* NetBSD i386/x86\_64
|
||||||
* FreeBSD i386/x86\_64 (tested on FreeBSD 11-current)
|
* FreeBSD i386/x86\_64 (tested on FreeBSD 11-current)
|
||||||
|
|
||||||
Ports to various other platforms are in progress.
|
Ports to various other platforms are in progress.
|
||||||
|
|
|
@ -185,7 +185,11 @@ self-built instrumented libc++ (as a replacement for libstdc++).
|
||||||
Supported Platforms
|
Supported Platforms
|
||||||
===================
|
===================
|
||||||
|
|
||||||
MemorySanitizer is supported on Linux x86\_64/MIPS64/AArch64.
|
MemorySanitizer is supported on the following OS:
|
||||||
|
|
||||||
|
* Linux
|
||||||
|
* NetBSD
|
||||||
|
* FreeBSD
|
||||||
|
|
||||||
Limitations
|
Limitations
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -126,7 +126,7 @@ and link command lines.
|
||||||
Supported Platforms
|
Supported Platforms
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
SafeStack was tested on Linux, FreeBSD and MacOSX.
|
SafeStack was tested on Linux, NetBSD, FreeBSD and MacOSX.
|
||||||
|
|
||||||
Low-level API
|
Low-level API
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -17,7 +17,11 @@ Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_.
|
||||||
Supported Platforms
|
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 other 64-bit architectures is possible, contributions are welcome.
|
||||||
Support for 32-bit platforms is problematic and is not planned.
|
Support for 32-bit platforms is problematic and is not planned.
|
||||||
|
|
||||||
|
|
|
@ -252,17 +252,11 @@ UndefinedBehaviorSanitizer is supported on the following OS:
|
||||||
|
|
||||||
* Android
|
* Android
|
||||||
* Linux
|
* Linux
|
||||||
|
* NetBSD
|
||||||
* FreeBSD
|
* FreeBSD
|
||||||
|
* OpenBSD
|
||||||
* OS X 10.6 onwards
|
* OS X 10.6 onwards
|
||||||
|
|
||||||
and for the following architectures:
|
|
||||||
|
|
||||||
* i386/x86\_64
|
|
||||||
* ARM
|
|
||||||
* AArch64
|
|
||||||
* PowerPC64
|
|
||||||
* MIPS/MIPS64
|
|
||||||
|
|
||||||
Current Status
|
Current Status
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue