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 77cb99480 Finetune supported arches for the tests added in r330840 new bc4072ffa [scudo] Adding an interface function to print allocator stats
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: include/sanitizer/scudo_interface.h | 5 +++++ lib/scudo/scudo_allocator.cpp | 9 +++++++++ lib/scudo/scudo_allocator_combined.h | 5 +++++ lib/scudo/scudo_interface_internal.h | 3 +++ test/scudo/stats.c | 21 +++++++++++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 test/scudo/stats.c