llvm-project/compiler-rt/lib/tsan
Alexey Samsonov 25d010a98d [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).
If 'symbolize' flag is not set, we still want to transform virtual address
to module+offset pair in the call to Symbolizer::SymbolizeCode().
See https://code.google.com/p/address-sanitizer/issues/detail?id=251 for
more details.

llvm-svn: 197491
2013-12-17 11:15:39 +00:00
..
benchmarks [tsan] ThreadSanitizer tests and micro benchmarks. No makefiles yet. 2012-05-10 14:18:22 +00:00
go tsan: add memory_limit_mb flag 2013-10-03 17:14:35 +00:00
lit_tests [TSan] Move declarations of __tsan_atomic functions to a public header 2013-12-11 08:18:50 +00:00
rtl [TSan] Move declarations of __tsan_atomic functions to a public header 2013-12-11 08:18:50 +00:00
tests [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false). 2013-12-17 11:15:39 +00:00
CMakeLists.txt tsan: better diagnostics if thread finishes with ignores enabled 2013-11-27 11:30:28 +00:00
Makefile.mk [tsan] makefile machinery to build tsan-rt (linux-x86_64 only) 2012-05-15 15:17:35 +00:00
Makefile.old [TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a Go build 2013-09-11 11:06:06 +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] old-dstyle Makefile for tests; two helper scripts that analyze the assembly code of the hot functions 2012-05-10 15:10:03 +00:00
check_cmake.sh tsan: do not build llvm from scratch on each presubmit 2013-10-15 12:54:50 +00:00