From 3458425d81d8ad4ef54ed9a808e42f0194d55a0e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 18 Mar 2014 08:31:11 +0000 Subject: tsan: support up to 1<<20 mutexes in standalone deadlock detector llvm-svn: 204127 --- compiler-rt/lib/tsan/dd/dd_rtl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler-rt/lib/tsan/dd/dd_rtl.h') diff --git a/compiler-rt/lib/tsan/dd/dd_rtl.h b/compiler-rt/lib/tsan/dd/dd_rtl.h index 42528862c26..673f86a3c80 100644 --- a/compiler-rt/lib/tsan/dd/dd_rtl.h +++ b/compiler-rt/lib/tsan/dd/dd_rtl.h @@ -36,7 +36,7 @@ struct Callback : DDCallback { virtual u32 Unwind(); }; -typedef AddrHashMap MutexHashMap; +typedef AddrHashMap MutexHashMap; struct Context { DDetector *dd; -- cgit v1.2.3