[PATCH] D14636: [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin"

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 02:17:13 PST 2015


dvyukov accepted this revision.
dvyukov added a comment.
This revision is now accepted and ready to land.

LGTM

My comment was related only to barrier tests.
As for benchmarks, they are still useful on mac. Eventually we need to change bench.h to not rely on pthread_barrier and grow clocks using some other synchronization primitive that is supported on all platforms.


http://reviews.llvm.org/D14636





More information about the llvm-commits mailing list