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 92e97d13f [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocators new e99eae546 [hwasan] Export memory stats through /proc/$PID/maps. new 6b0b63ea5 Switch to using a reserved identifier for this internal compi [...]
The 2 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/builtins/int_util.c | 8 ++-- lib/builtins/int_util.h | 6 +-- lib/hwasan/hwasan.cc | 47 +++++++++++++++++++--- lib/hwasan/hwasan.h | 2 + lib/hwasan/hwasan_allocator.h | 2 +- lib/hwasan/hwasan_flags.inc | 2 + test/hwasan/TestCases/print-memory-usage-android.c | 13 ++++++ 7 files changed, 66 insertions(+), 14 deletions(-) create mode 100644 test/hwasan/TestCases/print-memory-usage-android.c