]> granicus.if.org Git - clang/commitdiff
[sanitizer] update the list of supported platforms in the docs
authorKostya Serebryany <kcc@google.com>
Fri, 31 Jan 2014 10:49:34 +0000 (10:49 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 31 Jan 2014 10:49:34 +0000 (10:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200529 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AddressSanitizer.rst
docs/MemorySanitizer.rst
docs/ThreadSanitizer.rst

index 36673f39aad80be7922830b7d8d9f8a5b5accb1e..93a6a0ebaa50fb0a2427bed744b57fe28570c6fc 100644 (file)
@@ -184,11 +184,11 @@ Supported Platforms
 
 AddressSanitizer is supported on
 
-* Linux i386/x86\_64 (tested on Ubuntu 10.04 and 12.04);
-* MacOS 10.6, 10.7 and 10.8 (i386/x86\_64).
+* Linux i386/x86\_64 (tested on Ubuntu 12.04);
+* MacOS 10.6 - 10.9 (i386/x86\_64).
+* Android ARM
 
-Support for Linux ARM (and Android ARM) is in progress (it may work, but
-is not guaranteed too).
+Ports to various other platforms are in progress.
 
 Limitations
 ===========
index 5fc7e745d19f4ee035ca571d8a777b32d14c26fe..f769cc9bf1be1c398ea034457da6df479f118238 100644 (file)
@@ -157,7 +157,7 @@ Supported Platforms
 
 MemorySanitizer is supported on
 
-* Linux x86\_64 (tested on Ubuntu 10.04 and 12.04);
+* Linux x86\_64 (tested on Ubuntu 12.04);
 
 Limitations
 ===========
index 194ad4a8efb0b42042f8f404cd47b57c267b5c62..a1d81e9a9c29b8265a027d6627a6d781780f74ab 100644 (file)
@@ -18,9 +18,9 @@ supported.
 Supported Platforms
 -------------------
 
-ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 10.04 and 12.04).
-Support for MacOS 10.7 (64-bit only) is planned for 2013.  Support for 32-bit
-platforms is problematic and not yet planned.
+ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 12.04).
+Support for other 64-bit architectures is possible, contributions are welcome.
+Support for 32-bit platforms is problematic and is not planned.
 
 Usage
 -----