From f2c844564c14e5438494083bf6db304a33673df2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 26 Jun 2013 16:49:34 +0000 Subject: [tsan] Fix build. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@184963 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/tsan/rtl/tsan_suppressions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tsan/rtl/tsan_suppressions.cc b/lib/tsan/rtl/tsan_suppressions.cc index 11047d4f6..22e07aadb 100644 --- a/lib/tsan/rtl/tsan_suppressions.cc +++ b/lib/tsan/rtl/tsan_suppressions.cc @@ -126,7 +126,7 @@ uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { if (g_ctx->Match(loc->name, stype, &s) || g_ctx->Match(loc->file, stype, &s) || g_ctx->Match(loc->module, stype, &s)) { - DPrintf("ThreadSanitizer: matched suppression '%s'\n", templ); + DPrintf("ThreadSanitizer: matched suppression '%s'\n", s->templ); s->hit_count++; *sp = s; return loc->addr; -- cgit v1.2.3