summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2019-03-05 20:53:34 +0000
committerVitaly Buka <vitalybuka@google.com>2019-03-05 20:53:34 +0000
commitccca0377422f03228199a1a074a2c0d278fe8cc8 (patch)
tree87bd987c37f3fcdcb3f3aa8126ff336d6a1a5f7d /docs
parente8e65a9da15cd72411141b31bd517b9050ce8b77 (diff)
[docs] Update the list of ThreadSanitizer supported OSes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ThreadSanitizer.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ThreadSanitizer.rst b/docs/ThreadSanitizer.rst
index 0d039bd5b2..ff2fc4307f 100644
--- a/docs/ThreadSanitizer.rst
+++ b/docs/ThreadSanitizer.rst
@@ -19,9 +19,11 @@ Supported Platforms
ThreadSanitizer is supported on the following OS:
+* Android
+* Darwin
+* FreeBSD
* Linux
* NetBSD
-* FreeBSD
Support for other 64-bit architectures is possible, contributions are welcome.
Support for 32-bit platforms is problematic and is not planned.