[PATCH] D18164: [tsan] Do not instrument reads/writes to instruction profile counters.

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 11:22:31 PDT 2016


On Tue, Mar 15, 2016 at 10:54 AM, Anna Zaks <zaks.anna at gmail.com> wrote:

> zaks.anna added a comment.
>
> > A related question -- why is it useful to turn on tsan for profile
> instrumented build? What addition user errors does it try to catch?
>
>
> Developers might be interested in turning on both profiling and TSan in
> their CI or when running tests. There is no reason to disallow this and
> require them to re-run the tests separately.
>
>
Do they turn on all sanitizers + profiling or just certain combinations? I
am just trying to understand the use case here.

thanks,

David


>
> http://reviews.llvm.org/D18164
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160315/2c210006/attachment.html>


More information about the llvm-commits mailing list