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 15ba80d0a [compiler-rt] Respect CMAKE_NM new 61286655c [scudo][standalone] Introduce the combined allocator
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: lib/scudo/standalone/CMakeLists.txt | 2 + lib/scudo/standalone/allocator_config.h | 80 ++++ lib/scudo/standalone/combined.h | 550 ++++++++++++++++++++++++++++ lib/scudo/standalone/tests/CMakeLists.txt | 1 + lib/scudo/standalone/tests/combined_test.cc | 237 ++++++++++++ 5 files changed, 870 insertions(+) create mode 100644 lib/scudo/standalone/allocator_config.h create mode 100644 lib/scudo/standalone/combined.h create mode 100644 lib/scudo/standalone/tests/combined_test.cc