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 e3b4fb5e6 [scudo] Move thread local variables into their own files new 57470fcc2 [asan] Fix dead stripping of globals on Linux (compiler-rt).
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/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 ------------- 8 files changed, 80 insertions(+), 14 deletions(-) create mode 100644 test/asan/TestCases/Linux/global-overflow-bfd.cc create mode 100644 test/asan/TestCases/Linux/global-overflow-lld.cc create mode 100644 test/asan/TestCases/Linux/globals-gc-sections-lld.cc delete mode 100644 test/asan/TestCases/Linux/globals-gc-sections.cc