LGTM ================ Comment at: lib/tsan/rtl/tsan_interceptors.cc:236 @@ +235,3 @@ +#if SANITIZER_FREEBSD +#define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION(func) +#else ---------------- Please add indentation here #if SANITIZER_FREEBSD # define ... #else # define .. #endif http://reviews.llvm.org/D5708