Displaying 1 result from an estimated 1 matches for "dcompiler_rt_tsan_debug_output".
2017 Jul 10
4
Using TSAN along with custom llvm IR pass
On Sun, Jul 9, 2017 at 3:50 PM, Nischai Vinesh <nischai.vinesh at gmail.com> wrote:
> Hello,
>
> I tried that as well but there are no tsan warnings thrown at run time, even
> though there are data race error!
>
> The steps I followed:
> 1. Generate bitcode using 'clang -emit-llvm' command
> 2. Using the 'opt -load ..' command, I instrumented the