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 016b0e306 builtins: fix guard __AEABI__ -> __ARM_EABI__ new 38cc92468 Implement tls scanning for darwin LSan
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/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 +++++++++- test/lsan/TestCases/many_tls_keys.cc | 94 +++++++++++++++++++++++++++++++++++ 5 files changed, 134 insertions(+), 22 deletions(-) create mode 100644 test/lsan/TestCases/many_tls_keys.cc