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 cce679fa5 Use host's executable suffix for clang when cross-compiling c [...] new e7b48cc7d Split many_tls_keys.cpp into two tests new bc49d718b Add getauxval() compat for NetBSD
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/sanitizer_common/sanitizer_getauxval.h | 20 ++++++- lib/sanitizer_common/sanitizer_linux.cpp | 4 +- ...many_tls_keys.cpp => many_tls_keys_pthread.cpp} | 0 test/lsan/TestCases/many_tls_keys_thread.cpp | 61 ++++++++++++++++++++++ 4 files changed, 82 insertions(+), 3 deletions(-) rename test/lsan/TestCases/{many_tls_keys.cpp => many_tls_keys_pthread.cpp} (100%) create mode 100644 test/lsan/TestCases/many_tls_keys_thread.cpp