r355442 - [docs] Update the list of ThreadSanitizer supported OSes
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 5 12:53:35 PST 2019
Author: vitalybuka
Date: Tue Mar 5 12:53:34 2019
New Revision: 355442
URL: http://llvm.org/viewvc/llvm-project?rev=355442&view=rev
Log:
[docs] Update the list of ThreadSanitizer supported OSes
Modified:
cfe/trunk/docs/ThreadSanitizer.rst
Modified: cfe/trunk/docs/ThreadSanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ThreadSanitizer.rst?rev=355442&r1=355441&r2=355442&view=diff
==============================================================================
--- cfe/trunk/docs/ThreadSanitizer.rst (original)
+++ cfe/trunk/docs/ThreadSanitizer.rst Tue Mar 5 12:53:34 2019
@@ -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.
More information about the cfe-commits
mailing list