Revise ThreadSanitizer mention so that it lists the correct frontends.
authorBill Wendling <isanbard@gmail.com>
Sat, 29 Oct 2011 01:11:15 +0000 (01:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 29 Oct 2011 01:11:15 +0000 (01:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143268 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 8adf81341d39a427d23f5e907dd29604179bd199..c2d6283fabe08e55f8cc7fc48140cd5eaac5fb9b 100644 (file)
@@ -558,9 +558,9 @@ object-oriented programming, operator overloading and strong typing.</p>
 <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>