[PATCH] tsan: remove in_rtl counter
Dmitry Vyukov
dvyukov at google.com
Tue Dec 24 04:59:05 PST 2013
Thanks
Fixed
On Tue, Dec 24, 2013 at 4:47 PM, Alexander Potapenko <glider at google.com> wrote:
>
> Minor nit.
>
>
> ================
> Comment at: rtl/tsan_rtl_report.cc:603
> @@ -599,2 +602,3 @@
> return true;
> - if (s0.IsAtomic() && s1.IsFreed())
> + if (s0.IsAtomic() && s1
> + .IsFreed())
> ----------------
> typo?
>
>
> http://llvm-reviews.chandlerc.com/D2469
More information about the llvm-commits
mailing list