Displaying 2 results from an estimated 2 matches for "a08b8217".
2017 Jun 27
2
Using TSAN along with custom llvm IR pass
On Tue, Jun 27, 2017 at 4:18 PM, Nischai Vinesh
<nischai.vinesh at gmail.com> wrote:
> Hello,
>
> I have written a custom pass to do some tasks and I want to run this pass on
> a source code file along with TSAN instrumentation.
>
> Steps I followed:
> 1. I compiled the code file with -fsanitize=thread and -emit-llvm to get the
> byte code of the file
> 2. Used
2017 Jun 28
1
Using TSAN along with custom llvm IR pass
On Tue, Jun 27, 2017 at 6:00 PM, Dmitry Vyukov <dvyukov at google.com> wrote:
> On Tue, Jun 27, 2017 at 4:18 PM, Nischai Vinesh
> <nischai.vinesh at gmail.com> wrote:
>> Hello,
>>
>> I have written a custom pass to do some tasks and I want to run this pass on
>> a source code file along with TSAN instrumentation.
>>
>> Steps I followed: