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 9c7500287 CFI: Add a blacklist entry for std::_Sp_counted_ptr_inplace:: [...] new acd49d83b [scudo] Add Android support
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/CMakeLists.txt | 1 + lib/scudo/scudo_allocator.cpp | 9 +- lib/scudo/scudo_allocator.h | 8 +- lib/scudo/scudo_tls.h | 15 +++- lib/scudo/scudo_tls_android.cpp | 95 ++++++++++++++++++++++ lib/scudo/scudo_tls_android.inc | 44 ++++++++++ lib/scudo/scudo_tls_context_android.inc | 54 ++++++++++++ lib/scudo/scudo_tls_context_linux.inc | 29 +++++++ lib/scudo/scudo_tls_linux.cpp | 10 ++- .../{scudo_tls_linux.h => scudo_tls_linux.inc} | 16 ++-- 10 files changed, 261 insertions(+), 20 deletions(-) create mode 100644 lib/scudo/scudo_tls_android.cpp create mode 100644 lib/scudo/scudo_tls_android.inc create mode 100644 lib/scudo/scudo_tls_context_android.inc create mode 100644 lib/scudo/scudo_tls_context_linux.inc rename lib/scudo/{scudo_tls_linux.h => scudo_tls_linux.inc} (70%)