[PATCH] D14865: [tsan] Replace POSIX semaphores with pthread condition variables in vptr_benign_race.cc

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 05:39:44 PST 2015


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

LGTM with a nit


================
Comment at: test/tsan/vptr_benign_race.cc:3
@@ -2,3 +2,3 @@
 #include <pthread.h>
 #include <semaphore.h>
 #include <stdio.h>
----------------
remove this include


http://reviews.llvm.org/D14865





More information about the llvm-commits mailing list