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 a361250 Use pthreads for thread-local lsan allocator cache on darwin new dc8b945 Revert r298174, r298173, r298169, r298159.
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: CMakeLists.txt | 8 ++++---- lib/asan/asan_globals.cc | 20 -------------------- lib/asan/asan_interface.inc | 2 -- lib/asan/asan_interface_internal.h | 5 ----- test/asan/CMakeLists.txt | 2 +- test/asan/TestCases/Linux/global-overflow-bfd.cc | 18 ------------------ test/asan/TestCases/Linux/global-overflow-lld.cc | 19 ------------------- test/asan/TestCases/Linux/globals-gc-sections-lld.cc | 15 --------------- test/asan/TestCases/Linux/globals-gc-sections.cc | 13 +++++++++++++ test/cfi/CMakeLists.txt | 2 +- test/lit.common.configured.in | 2 +- 11 files changed, 20 insertions(+), 86 deletions(-) delete mode 100644 test/asan/TestCases/Linux/global-overflow-bfd.cc delete mode 100644 test/asan/TestCases/Linux/global-overflow-lld.cc delete mode 100644 test/asan/TestCases/Linux/globals-gc-sections-lld.cc create mode 100644 test/asan/TestCases/Linux/globals-gc-sections.cc