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 e2a1b2466 [Asan] Eliminate SHADOW_TO_MEM() macro Differential Revision: [...] new 39c38f1fd Revert "[asan] Fix dead stripping of globals on Linux (compil [...]
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, 14 insertions(+), 80 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