diff options
Diffstat (limited to 'clang/docs/ThreadSanitizer.html')
-rw-r--r-- | clang/docs/ThreadSanitizer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ThreadSanitizer.html b/clang/docs/ThreadSanitizer.html index c35979fcd01..7a1d075f1e6 100644 --- a/clang/docs/ThreadSanitizer.html +++ b/clang/docs/ThreadSanitizer.html @@ -34,7 +34,7 @@ ThreadSanitizer is a tool that detects data races. <BR> It consists of a compiler instrumentation module and a run-time library. <BR> Typical slowdown introduced by ThreadSanitizer is <b>5x-15x</b> (TODO: these numbers are -aproximate so far). +approximate so far). <h2 id="howtobuild">How to build</h2> Follow the <a href="../get_started.html">clang build instructions</a>. <BR> |