[llvm-commits] [llvm] r143268 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Fri Oct 28 18:11:15 PDT 2011


Author: void
Date: Fri Oct 28 20:11:15 2011
New Revision: 143268

URL: http://llvm.org/viewvc/llvm-project?rev=143268&view=rev
Log:
Revise ThreadSanitizer mention so that it lists the correct frontends.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=143268&r1=143267&r2=143268&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Fri Oct 28 20:11:15 2011
@@ -558,9 +558,9 @@
 <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>
+   (Valgrind and Pin) 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>
 





More information about the llvm-commits mailing list