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 2bd8330 Revert "[interception] Check for export table's size before r [...] new 10dcf59 [lsan] Enable LSan for x86 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 | 2 +- lib/lsan/lsan_allocator.cc | 11 +++- lib/lsan/lsan_common.h | 10 ++++ lib/lsan/lsan_interceptors.cc | 10 ++-- lib/sanitizer_common/sanitizer_flags.inc | 3 +- lib/sanitizer_common/sanitizer_linux.cc | 65 ++++++++++++++++++++++ lib/sanitizer_common/sanitizer_linux.h | 2 +- .../sanitizer_stoptheworld_linux_libcdep.cc | 4 +- test/asan/lit.cfg | 2 +- test/lsan/TestCases/disabler.cc | 2 +- test/lsan/TestCases/do_leak_check_override.cc | 2 +- test/lsan/TestCases/high_allocator_contention.cc | 2 +- test/lsan/TestCases/large_allocation_leak.cc | 6 +- test/lsan/TestCases/leak_check_at_exit.cc | 2 +- test/lsan/TestCases/link_turned_off.cc | 2 +- test/lsan/TestCases/pointer_to_self.cc | 2 +- test/lsan/TestCases/print_suppressions.cc | 2 +- test/lsan/TestCases/recoverable_leak_check.cc | 2 +- test/lsan/TestCases/register_root_region.cc | 2 +- test/lsan/TestCases/stale_stack_leak.cc | 2 +- test/lsan/TestCases/suppressions_default.cc | 2 +- test/lsan/TestCases/suppressions_file.cc | 2 +- test/lsan/TestCases/use_after_return.cc | 2 +- test/lsan/TestCases/use_globals_initialized.cc | 2 +- test/lsan/TestCases/use_globals_uninitialized.cc | 2 +- test/lsan/TestCases/use_poisoned_asan.cc | 2 +- test/lsan/TestCases/use_registers.cc | 2 +- test/lsan/TestCases/use_stacks.cc | 2 +- test/lsan/TestCases/use_stacks_threaded.cc | 2 +- test/lsan/TestCases/use_tls_dynamic.cc | 2 +- .../TestCases/use_tls_pthread_specific_dynamic.cc | 2 +- .../TestCases/use_tls_pthread_specific_static.cc | 2 +- test/lsan/TestCases/use_tls_static.cc | 2 +- test/lsan/TestCases/use_unaligned.cc | 2 +- .../Posix/sanitizer_set_death_callback_test.cc | 7 +++ test/sanitizer_common/TestCases/corelimit.cc | 2 +- test/sanitizer_common/lit.common.cfg | 3 + test/sanitizer_common/print_address.h | 2 + 38 files changed, 140 insertions(+), 37 deletions(-)