]> granicus.if.org Git - clang/commitdiff
tsan: correct llvm libc++ name
authorDmitry Vyukov <dvyukov@google.com>
Mon, 17 Dec 2012 13:07:35 +0000 (13:07 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Mon, 17 Dec 2012 13:07:35 +0000 (13:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170326 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ThreadSanitizer.rst

index 4cf0e37f83b3893ed9424aae92b59eb939725ead..a7f6eb782b5fade03c2a5b9ebeda2691809585f7 100644 (file)
@@ -99,7 +99,7 @@ Current Status
 
 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,