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 77bdfc0ad TSan: update line number after XFAIL on iOS. new e3b4fb5e6 [scudo] Move thread local variables into their own files
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 | 217 ++++++++++++++++++------------------------ lib/scudo/scudo_allocator.h | 55 +++++++---- lib/scudo/scudo_tls.h | 40 ++++++++ lib/scudo/scudo_tls_linux.cpp | 62 ++++++++++++ lib/scudo/scudo_tls_linux.h | 48 ++++++++++ lib/scudo/scudo_utils.cpp | 4 +- lib/scudo/scudo_utils.h | 2 +- 8 files changed, 286 insertions(+), 143 deletions(-) create mode 100644 lib/scudo/scudo_tls.h create mode 100644 lib/scudo/scudo_tls_linux.cpp create mode 100644 lib/scudo/scudo_tls_linux.h