This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 1b9e1ee Revert "[XRay] [compiler-rt] Move machine-dependent code into [...] new 738b5d6 [tsan] Implement __tsan_get_alloc_stack and __tsan_locate_add [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/tsan/rtl/tsan_debugging.cc | 77 ++++++++++++++++++++++++++++++++++++++++ lib/tsan/rtl/tsan_interface.h | 11 ++++++ lib/tsan/rtl/tsan_rtl.h | 1 + test/tsan/debug_alloc_stack.cc | 80 ++++++++++++++++++++++++++++++++++++++++++ test/tsan/debug_locate.cc | 43 +++++++++++++++++++++++ 5 files changed, 212 insertions(+) create mode 100644 test/tsan/debug_alloc_stack.cc create mode 100644 test/tsan/debug_locate.cc