From: David Carlier Date: Wed, 25 Jul 2018 14:27:14 +0000 (+0000) Subject: Fix tsan doc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80911293a8a04489b48df2cb2758d0803cec7dde;p=clang Fix tsan doc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337927 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ThreadSanitizer.rst b/docs/ThreadSanitizer.rst index 4a8db9154e..d1e2c65ec5 100644 --- a/docs/ThreadSanitizer.rst +++ b/docs/ThreadSanitizer.rst @@ -22,6 +22,7 @@ ThreadSanitizer is supported on the following OS: * 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.