summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-29 01:11:15 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-29 01:11:15 +0000
commitae8538e3d51a9ed4041ada62daf04da656f4072b (patch)
treebfbad9ad9955e40fd18cb188a3ee9a651d4ea11a /docs
parent63507d17d1ec0c482331ad99442e3eaa830d8b94 (diff)
downloadllvm-ae8538e3d51a9ed4041ada62daf04da656f4072b.tar.gz
llvm-ae8538e3d51a9ed4041ada62daf04da656f4072b.tar.bz2
llvm-ae8538e3d51a9ed4041ada62daf04da656f4072b.tar.xz
Revise ThreadSanitizer mention so that it lists the correct frontends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143268 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 8adf81341d..c2d6283fab 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>