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 ae2601605 [mips][compiler-rt] Disable sem_init_glibc.cc for MIPS64. new 9230e8345 [scudo] Scudo thread specific data refactor, part 2
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/scudo_allocator.cpp | 53 ++++++++------------------------ lib/scudo/scudo_tls.h | 39 ++++++++++++++++++++---- lib/scudo/scudo_tls_android.cpp | 2 +- lib/scudo/scudo_tls_android.inc | 7 +---- lib/scudo/scudo_tls_context_android.inc | 54 --------------------------------- lib/scudo/scudo_tls_context_linux.inc | 29 ------------------ lib/scudo/scudo_tls_linux.cpp | 7 ++++- lib/scudo/scudo_tls_linux.inc | 13 ++++---- 8 files changed, 59 insertions(+), 145 deletions(-) delete mode 100644 lib/scudo/scudo_tls_context_android.inc delete mode 100644 lib/scudo/scudo_tls_context_linux.inc