[PATCH] D14434: tsan: make invisible test barrier portable
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 03:45:57 PST 2015
dvyukov added a comment.
In http://reviews.llvm.org/D14434#283454, @dvyukov wrote:
> Or better change:
> typedef unsigned invisible_barrier_t;
> to:
> typedef unsigned long long invisible_barrier_t;
> in this patch.
Reuploaded this patch with this change. Should fix the issue.
http://reviews.llvm.org/D14434
More information about the llvm-commits
mailing list