[cfe-commits] r166558 - /cfe/trunk/docs/ThreadSanitizer.html

Alexey Samsonov samsonov at google.com
Wed Oct 24 06:34:53 PDT 2012


Author: samsonov
Date: Wed Oct 24 08:34:53 2012
New Revision: 166558

URL: http://llvm.org/viewvc/llvm-project?rev=166558&view=rev
Log:
Update docs about TSan availability in CMake build

Modified:
    cfe/trunk/docs/ThreadSanitizer.html

Modified: cfe/trunk/docs/ThreadSanitizer.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ThreadSanitizer.html?rev=166558&r1=166557&r2=166558&view=diff
==============================================================================
--- cfe/trunk/docs/ThreadSanitizer.html (original)
+++ cfe/trunk/docs/ThreadSanitizer.html Wed Oct 24 08:34:53 2012
@@ -37,9 +37,8 @@
 approximate so far).
 
 <h2 id="howtobuild">How to build</h2>
-Follow the <a href="../get_started.html">clang build instructions</a>. <BR>
-Note: CMake build does not work yet.
-See <a href="http://llvm.org/bugs/show_bug.cgi?id=12272">bug 12272</a>.
+Follow the <a href="../get_started.html">clang build instructions</a>.
+CMake build is supported.<BR>
 
 <h2 id="platforms">Supported Platforms</h2>
 ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 10.04). <BR>
@@ -111,7 +110,9 @@
 ThreadSanitizer is in alpha stage.
 It is known to work on large C++ programs using pthreads, but we do not promise
 anything (yet). <BR>
-C++11 threading is not yet supported.
+C++11 threading is not yet supported. <BR>
+The test suite is integrated into CMake build and can be run with
+<tt>make check-tsan</tt> command. <BR>
 
 We are actively working on enhancing the tool -- stay tuned.
 Any help, especially in the form of minimized standalone tests is more than welcome.





More information about the cfe-commits mailing list