[cfe-commits] r156912 - /cfe/trunk/docs/ThreadSanitizer.html

Kostya Serebryany kcc at google.com
Wed May 16 01:19:13 PDT 2012


Author: kcc
Date: Wed May 16 03:19:13 2012
New Revision: 156912

URL: http://llvm.org/viewvc/llvm-project?rev=156912&view=rev
Log:
[tsan] fix typo

Modified:
    cfe/trunk/docs/ThreadSanitizer.html

Modified: cfe/trunk/docs/ThreadSanitizer.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ThreadSanitizer.html?rev=156912&r1=156911&r2=156912&view=diff
==============================================================================
--- cfe/trunk/docs/ThreadSanitizer.html (original)
+++ cfe/trunk/docs/ThreadSanitizer.html Wed May 16 03:19:13 2012
@@ -49,8 +49,8 @@
 
 
 <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>
 





More information about the cfe-commits mailing list