[PATCH] D15419: [tsan] Fix scoping of ScopedInteceptor in libdispatch support

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 02:13:02 PST 2015


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

================
Comment at: lib/tsan/rtl/tsan_interceptors.cc:299
@@ +298,3 @@
+void ScopedInterceptor::UserCallbackStart() {
+  if (in_ignored_lib_) {
+    thr_->in_ignored_lib = false;
----------------
in the other patch you added thr->in_interceptor_count
you will need to decrement it here either in this patch or in that patch depending on order of submission


http://reviews.llvm.org/D15419





More information about the llvm-commits mailing list