From cf38250e28f37bfdf2382473dd8fbd11b6f1e1ef Mon Sep 17 00:00:00 2001
From: Bill Wendling
ThreadSanitizer 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.
+ (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. -- cgit v1.1