From 53243800fe69fd77fb7d0c443f1425522a35ab92 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 16 May 2012 08:19:13 +0000 Subject: [PATCH] [tsan] fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156912 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ThreadSanitizer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ThreadSanitizer.html b/docs/ThreadSanitizer.html index 4d13a0c2c8..3f9376959f 100644 --- a/docs/ThreadSanitizer.html +++ b/docs/ThreadSanitizer.html @@ -49,8 +49,8 @@ Support for 32-bit platforms is problematic and not yet planed.

Usage

-Simply compile your program with -faddress-sanitizer -fPIE and link it -with -faddress-sanitizer -pie.
+Simply compile your program with -fthread-sanitizer -fPIE and link it +with -fthread-sanitizer -pie.
To get a reasonable performance add -O1 or higher.
Use -g to get file names and line numbers in the warning messages.
-- 2.40.0