[cfe-commits] r170326 - /cfe/trunk/docs/ThreadSanitizer.rst
Dmitry Vyukov
dvyukov at google.com
Mon Dec 17 05:07:35 PST 2012
Author: dvyukov
Date: Mon Dec 17 07:07:35 2012
New Revision: 170326
URL: http://llvm.org/viewvc/llvm-project?rev=170326&view=rev
Log:
tsan: correct llvm libc++ name
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=170326&r1=170325&r2=170326&view=diff
==============================================================================
--- cfe/trunk/docs/ThreadSanitizer.rst (original)
+++ cfe/trunk/docs/ThreadSanitizer.rst Mon Dec 17 07:07:35 2012
@@ -99,7 +99,7 @@
ThreadSanitizer is in beta stage. It is known to work on large C++ programs
using pthreads, but we do not promise anything (yet). C++11 threading is
-supported with llvm libstdc++. The test suite is integrated into CMake build
+supported with llvm libc++. The test suite is integrated into CMake build
and can be run with ``make check-tsan`` command.
We are actively working on enhancing the tool --- stay tuned. Any help,
More information about the cfe-commits
mailing list