diff options
author | Kostya Serebryany <kcc@google.com> | 2014-01-31 10:49:34 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2014-01-31 10:49:34 +0000 |
commit | 870baf8cb39ec377d3cd7b0aa41cf833bd866fcc (patch) | |
tree | 7c33c5dc2cae23161d1005d6dd459d1f1e0449f4 /clang/docs/ThreadSanitizer.rst | |
parent | 5309111c22b85d99f4f41938bed2b2923ded48d0 (diff) | |
download | bcm5719-llvm-870baf8cb39ec377d3cd7b0aa41cf833bd866fcc.tar.gz bcm5719-llvm-870baf8cb39ec377d3cd7b0aa41cf833bd866fcc.zip |
[sanitizer] update the list of supported platforms in the docs
llvm-svn: 200529
Diffstat (limited to 'clang/docs/ThreadSanitizer.rst')
-rw-r--r-- | clang/docs/ThreadSanitizer.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/ThreadSanitizer.rst b/clang/docs/ThreadSanitizer.rst index 194ad4a8efb..a1d81e9a9c2 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 ----- |