From ca2d2e11ac784bb44bffa797490c45cb9477d9ee Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 17 Dec 2012 13:07:35 +0000 Subject: [PATCH] tsan: correct llvm libc++ name llvm-svn: 170326 --- clang/docs/ThreadSanitizer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ThreadSanitizer.rst b/clang/docs/ThreadSanitizer.rst index 4cf0e37..a7f6eb7 100644 --- a/clang/docs/ThreadSanitizer.rst +++ b/clang/docs/ThreadSanitizer.rst @@ -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, -- 2.7.4