From 870baf8cb39ec377d3cd7b0aa41cf833bd866fcc Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 31 Jan 2014 10:49:34 +0000 Subject: [PATCH] [sanitizer] update the list of supported platforms in the docs llvm-svn: 200529 --- clang/docs/AddressSanitizer.rst | 8 ++++---- clang/docs/MemorySanitizer.rst | 2 +- clang/docs/ThreadSanitizer.rst | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst index 36673f39aad8..93a6a0ebaa50 100644 --- a/clang/docs/AddressSanitizer.rst +++ b/clang/docs/AddressSanitizer.rst @@ -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 =========== diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst index 5fc7e745d19f..f769cc9bf1be 100644 --- a/clang/docs/MemorySanitizer.rst +++ b/clang/docs/MemorySanitizer.rst @@ -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 =========== diff --git a/clang/docs/ThreadSanitizer.rst b/clang/docs/ThreadSanitizer.rst index 194ad4a8efb0..a1d81e9a9c29 100644 --- a/clang/docs/ThreadSanitizer.rst +++ b/clang/docs/ThreadSanitizer.rst @@ -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 -----