diff options
author | Alexey Samsonov <samsonov@google.com> | 2012-10-24 13:34:53 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2012-10-24 13:34:53 +0000 |
commit | 78d1210f38594d1412cddd1f8cc660a788d2c11b (patch) | |
tree | c4dc57a65a3b5d74e0233eee182fbfb668203445 /clang | |
parent | 2e3c6e2e40e9f12728b6ab37a74c8b117fa4f704 (diff) | |
download | bcm5719-llvm-78d1210f38594d1412cddd1f8cc660a788d2c11b.tar.gz bcm5719-llvm-78d1210f38594d1412cddd1f8cc660a788d2c11b.zip |
Update docs about TSan availability in CMake build
llvm-svn: 166558
Diffstat (limited to 'clang')
-rw-r--r-- | clang/docs/ThreadSanitizer.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/clang/docs/ThreadSanitizer.html b/clang/docs/ThreadSanitizer.html index 7a1d075f1e6..64a28eb809b 100644 --- a/clang/docs/ThreadSanitizer.html +++ b/clang/docs/ThreadSanitizer.html @@ -37,9 +37,8 @@ Typical slowdown introduced by ThreadSanitizer is <b>5x-15x</b> (TODO: these num 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 @@ This means that tools like <tt>ulimit</tt> may not work as usually expected. 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. |