tsan: remove TSAN_SHADOW_COUNT
authorDmitry Vyukov <dvyukov@google.com>
Mon, 19 Jan 2015 15:01:07 +0000 (15:01 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Mon, 19 Jan 2015 15:01:07 +0000 (15:01 +0000)
commitcc5e40811b1572b0a1d19ab370cabf1efe6c4f39
tree045dbe2b9657ad56b33060ea3f528be62a2df093
parentf9b1730d415bb82d367b6729e048be729537c8c6
tsan: remove TSAN_SHADOW_COUNT

TSAN_SHADOW_COUNT is defined to 4 in all environments.
Other values of TSAN_SHADOW_COUNT were never tested and
were broken by recent changes to shadow mapping.
Remove it as there is no reason to fix nor maintain it.

llvm-svn: 226466
compiler-rt/lib/tsan/go/build.bat
compiler-rt/lib/tsan/go/buildgo.sh
compiler-rt/lib/tsan/rtl/tsan_defs.h
compiler-rt/lib/tsan/rtl/tsan_rtl.cc
compiler-rt/lib/tsan/tests/rtl/tsan_string.cc