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 056881d0b Revert r299923, it doesn't build in bootstrap builds. new 8d8e5f3b6 Reapply "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 | 9 ++- test/sanitizer_common/print_address.h | 2 +- 18 files changed, 160 insertions(+), 25 deletions(-)