llvm-project/compiler-rt/lib/tsan
Dmitry Vyukov a3bdbadfd2 tsan: fix build
Revision 229127 introduced a bug:
zero value is not OK for trace headers,
because stack0 needs constructor call.
Instead unmap the unused part of trace after
all ctors have been executed.

llvm-svn: 229263
2015-02-14 16:14:10 +00:00
..
benchmarks
dd [Sanitizer] Change InitializeFlags() signatures. NFC. 2015-02-12 00:36:42 +00:00
go [TSan] Fix remaining bashism in buildgo.sh script. 2015-02-02 23:14:46 +00:00
rtl tsan: fix build 2015-02-14 16:14:10 +00:00
tests [TSan] Fix -Werror=sign-compare warning. NFC. 2015-01-30 01:02:12 +00:00
CMakeLists.txt [TSan] Fix Go sanity check script. 2015-02-02 22:07:39 +00:00
Makefile.mk
Makefile.old Remove TSAN_DEBUG in favor of SANITIZER_DEBUG. 2015-01-03 04:29:12 +00:00
analyze_libtsan.sh tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligned_load16 2013-04-30 11:56:56 +00:00
check_analyze.sh [TSan] Update check_analyze.sh expectations to match trunk Clang output. 2015-02-02 22:17:23 +00:00
check_cmake.sh tsan: use a different dir for llvm build 2014-10-15 08:56:15 +00:00
check_memcpy.sh tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00