mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-18 22:38:56 +00:00
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
This commit is contained in:
parent
63507d17d1
commit
ae8538e3d5
@ -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
|
<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
|
data race detector for (mostly) C and C++ code, available for Linux, Mac OS
|
||||||
and Windows. On different systems, we use binary instrumentation frameworks
|
and Windows. On different systems, we use binary instrumentation frameworks
|
||||||
(Valgrind, Pin and DynamoRio) as frontends that generate the program events
|
(Valgrind and Pin) as frontends that generate the program events for the race
|
||||||
for the race detection algorithm. On Linux, there's an option of using
|
detection algorithm. On Linux, there's an option of using LLVM-based
|
||||||
LLVM-based compile-time instrumentation.</p>
|
compile-time instrumentation.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user