diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2019-03-05 20:53:34 +0000 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2019-03-05 20:53:34 +0000 |
| commit | c3a0cd29d19f5307c225205ec254646166578fb9 (patch) | |
| tree | 288eba318063dbf64753e04cbda84cd42d26d145 /clang | |
| parent | cb056a1a3a984772aaa973196421c53cb302fd64 (diff) | |
| download | bcm5719-llvm-c3a0cd29d19f5307c225205ec254646166578fb9.tar.gz bcm5719-llvm-c3a0cd29d19f5307c225205ec254646166578fb9.zip | |
[docs] Update the list of ThreadSanitizer supported OSes
llvm-svn: 355442
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/ThreadSanitizer.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/docs/ThreadSanitizer.rst b/clang/docs/ThreadSanitizer.rst index 0d039bd5b25..ff2fc4307f4 100644 --- a/clang/docs/ThreadSanitizer.rst +++ b/clang/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. |

