]> granicus.if.org Git - clang/commitdiff
[tsan] fix typo
authorKostya Serebryany <kcc@google.com>
Wed, 16 May 2012 08:19:13 +0000 (08:19 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 16 May 2012 08:19:13 +0000 (08:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156912 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ThreadSanitizer.html

index 4d13a0c2c83aa23b25be211063bc72ab4ae55730..3f9376959f5c05f622cb59a14b762b857109eb21 100644 (file)
@@ -49,8 +49,8 @@ Support for 32-bit platforms is problematic and not yet planed.
 
 
 <h2 id="usage">Usage</h2>
-Simply compile your program with <tt>-faddress-sanitizer -fPIE</tt> and link it
-with <tt>-faddress-sanitizer -pie</tt>.<BR>
+Simply compile your program with <tt>-fthread-sanitizer -fPIE</tt> and link it
+with <tt>-fthread-sanitizer -pie</tt>.<BR>
 To get a reasonable performance add <tt>-O1</tt> or higher. <BR>
 Use <tt>-g</tt> to get file names and line numbers in the warning messages. <BR>