[Openmp-commits] [PATCH] D13072: [OpenMP] Enable ThreadSanitizer to check OpenMP programs
hfinkel@anl.gov via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 23 13:42:13 PDT 2015
hfinkel added a comment.
Thanks for working on this; I'm very excited to see this functionality!
As a general comment, can you always define ANNOTATE_* macros, and just make them empty if TSAN_SUPPORT is not true. What would make things less verbose.
> The building will generate a library called libomp_tsan.so.
> I guess this is not something that we want, so probably it should be removed, but I will leave it for the first review.
Why would this not be desirable? What's the alternative?
http://reviews.llvm.org/D13072
More information about the Openmp-commits
mailing list