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 769089a0b [XRay][compiler-rt] Add support for TSC emulation for x86_64 [...] new 77094f117 [lsan] Enable LSan for arm Linux
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: cmake/config-ix.cmake | 7 ++- lib/asan/tests/asan_test.cc | 8 +++ lib/lsan/lsan_allocator.cc | 2 +- lib/lsan/lsan_allocator.h | 3 +- lib/lsan/lsan_common.h | 34 +++++++++-- lib/sanitizer_common/sanitizer_linux.cc | 66 ++++++++++++++++++++++ lib/sanitizer_common/sanitizer_linux.h | 3 +- lib/sanitizer_common/sanitizer_linux_libcdep.cc | 16 ++++-- lib/sanitizer_common/sanitizer_platform.h | 6 ++ .../sanitizer_stoptheworld_linux_libcdep.cc | 5 +- test/asan/TestCases/Linux/clang_gcc_abi.cc | 2 +- test/asan/lit.cfg | 5 ++ test/lsan/TestCases/large_allocation_leak.cc | 2 +- test/lsan/TestCases/swapcontext.cc | 8 ++- test/lsan/TestCases/use_registers.cc | 5 ++ test/lsan/TestCases/use_tls_dynamic.cc | 2 +- test/lsan/lit.common.cfg | 7 ++- test/sanitizer_common/print_address.h | 2 +- 18 files changed, 159 insertions(+), 24 deletions(-)