From a371b02fccce7d968732449b2f094380cfe3d4f8 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 9 Dec 2014 01:31:14 +0000 Subject: [tsan] remove TSAN_GO in favor of SANITIZER_GO git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@223732 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/tsan/rtl/tsan_report.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/tsan/rtl/tsan_report.cc') diff --git a/lib/tsan/rtl/tsan_report.cc b/lib/tsan/rtl/tsan_report.cc index 255793198..c22f12a1b 100644 --- a/lib/tsan/rtl/tsan_report.cc +++ b/lib/tsan/rtl/tsan_report.cc @@ -71,7 +71,7 @@ ReportDesc::~ReportDesc() { // FIXME(dvyukov): it must be leaking a lot of memory. } -#ifndef TSAN_GO +#ifndef SANITIZER_GO const int kThreadBufSize = 32; const char *thread_name(char *buf, int tid) { @@ -344,7 +344,7 @@ void PrintReport(const ReportDesc *rep) { Printf("==================\n"); } -#else // #ifndef TSAN_GO +#else // #ifndef SANITIZER_GO const int kMainThreadId = 1; -- cgit v1.2.3