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 cb9c522e9 [TSan] Temporarily disable test which fails on build bot new 890c1a29f [TSan] Temporarily disable test which fails on build bot new 766a852fa [scudo][standalone] Adding a stats class
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/scudo/standalone/CMakeLists.txt | 1 + lib/scudo/standalone/stats.h | 105 ++++++++++++++++++++++++++++++ lib/scudo/standalone/tests/CMakeLists.txt | 1 + lib/scudo/standalone/tests/stats_test.cc | 45 +++++++++++++ test/tsan/gcd-data.c | 3 + 5 files changed, 155 insertions(+) create mode 100644 lib/scudo/standalone/stats.h create mode 100644 lib/scudo/standalone/tests/stats_test.cc