r337927 - Fix tsan doc

David Carlier via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 25 07:27:14 PDT 2018


Author: devnexen
Date: Wed Jul 25 07:27:14 2018
New Revision: 337927

URL: http://llvm.org/viewvc/llvm-project?rev=337927&view=rev
Log:
Fix tsan doc

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=337927&r1=337926&r2=337927&view=diff
==============================================================================
--- cfe/trunk/docs/ThreadSanitizer.rst (original)
+++ cfe/trunk/docs/ThreadSanitizer.rst Wed Jul 25 07:27:14 2018
@@ -22,6 +22,7 @@ ThreadSanitizer is supported on the foll
 * 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