forked from OSchip/llvm-project
[sanitizer] update the list of supported platforms in the docs
llvm-svn: 200529
This commit is contained in:
parent
5309111c22
commit
870baf8cb3
|
@ -184,11 +184,11 @@ Supported Platforms
|
||||||
|
|
||||||
AddressSanitizer is supported on
|
AddressSanitizer is supported on
|
||||||
|
|
||||||
* Linux i386/x86\_64 (tested on Ubuntu 10.04 and 12.04);
|
* Linux i386/x86\_64 (tested on Ubuntu 12.04);
|
||||||
* MacOS 10.6, 10.7 and 10.8 (i386/x86\_64).
|
* MacOS 10.6 - 10.9 (i386/x86\_64).
|
||||||
|
* Android ARM
|
||||||
|
|
||||||
Support for Linux ARM (and Android ARM) is in progress (it may work, but
|
Ports to various other platforms are in progress.
|
||||||
is not guaranteed too).
|
|
||||||
|
|
||||||
Limitations
|
Limitations
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -157,7 +157,7 @@ Supported Platforms
|
||||||
|
|
||||||
MemorySanitizer is supported on
|
MemorySanitizer is supported on
|
||||||
|
|
||||||
* Linux x86\_64 (tested on Ubuntu 10.04 and 12.04);
|
* Linux x86\_64 (tested on Ubuntu 12.04);
|
||||||
|
|
||||||
Limitations
|
Limitations
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -18,9 +18,9 @@ supported.
|
||||||
Supported Platforms
|
Supported Platforms
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 10.04 and 12.04).
|
ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 12.04).
|
||||||
Support for MacOS 10.7 (64-bit only) is planned for 2013. Support for 32-bit
|
Support for other 64-bit architectures is possible, contributions are welcome.
|
||||||
platforms is problematic and not yet planned.
|
Support for 32-bit platforms is problematic and is not planned.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Reference in New Issue