Add ThreadSanitizer to the External Projects list.
llvm-svn: 143024
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 1aefdb2..36711cb 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -503,6 +503,20 @@
</div>
<!--=========================================================================-->
+<h3>ThreadSanitizer</h3>
+
+<div>
+
+<p><a href="http://code.google.com/p/data-race-test/">ThreadSanitizer</a> is a
+ data race detector for (mostly) C and C++ code, available for Linux, Mac OS
+ and Windows. On different systems, we use binary instrumentation frameworks
+ (Valgrind, Pin and DynamoRio) as frontends that generate the program events
+ for the race detection algorithm. On Linux, there's an option of using
+ LLVM-based compile-time instrumentation.</p>
+
+</div>
+
+<!--=========================================================================-->
<h3>The ZooLib C++ Cross-Platform Application Framework</h3>
<div>