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 fb4eba778 Disable two more flaky ASan wait* tests temporarily on Darwin new 5bde87f9d Don't require ThreadState to be contained within tls on all p [...] new 8c920732a Implement tls scanning for darwin LSan
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/lsan/lsan_common.cc | 28 ++++++----- lib/lsan/lsan_common_mac.cc | 7 +-- lib/lsan/lsan_flags.inc | 2 +- lib/sanitizer_common/sanitizer_mac.cc | 25 +++++++++- lib/tsan/rtl/tsan_platform.h | 1 + lib/tsan/rtl/tsan_platform_linux.cc | 14 ++++++ lib/tsan/rtl/tsan_platform_mac.cc | 41 ++++++++++++--- lib/tsan/rtl/tsan_rtl_thread.cc | 14 +----- test/lsan/TestCases/many_tls_keys.cc | 94 +++++++++++++++++++++++++++++++++++ 9 files changed, 185 insertions(+), 41 deletions(-) create mode 100644 test/lsan/TestCases/many_tls_keys.cc