[PATCH] D14868: [tsan] Fix __cxa_guard_* interceptors on OS X

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 08:57:53 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: lib/tsan/rtl/tsan_interceptors.cc:789
@@ -788,1 +788,3 @@
 
+#if SANITIZER_MAC
+#define STDCXX_INTERCEPTOR TSAN_INTERCEPTOR
----------------
please add a comment for future generations as to why we are doing this


http://reviews.llvm.org/D14868





More information about the llvm-commits mailing list