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

Anna Zaks via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 10:54:40 PDT 2016


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.


http://reviews.llvm.org/D18164





More information about the llvm-commits mailing list