r355445 - [docs] Add some architectures into the list of supported ThreadSanitizer platforms

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 5 13:10:43 PST 2019


Author: vitalybuka
Date: Tue Mar  5 13:10:42 2019
New Revision: 355445

URL: http://llvm.org/viewvc/llvm-project?rev=355445&view=rev
Log:
[docs] Add some architectures into the list of supported ThreadSanitizer platforms

Some platforms for which TSAN has build rules are omitted for the lack of
known build bots.

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=355445&r1=355444&r2=355445&view=diff
==============================================================================
--- cfe/trunk/docs/ThreadSanitizer.rst (original)
+++ cfe/trunk/docs/ThreadSanitizer.rst Tue Mar  5 13:10:42 2019
@@ -19,10 +19,10 @@ Supported Platforms
 
 ThreadSanitizer is supported on the following OS:
 
-* Android
-* Darwin
+* Android aarch64, x86_64
+* Darwin arm64, x86_64
 * FreeBSD
-* Linux
+* Linux aarch64, x86_64, powerpc64, powerpc64le
 * NetBSD
 
 Support for other 64-bit architectures is possible, contributions are welcome.




More information about the cfe-commits mailing list