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 bb14ea9c [tests] Use __SSE2__ (rather than __i686__...) for SSE2 ASAN test new 1ab93d4 [asan] Create a .ASAN$G(A-Z) section for global registration
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/CMakeLists.txt | 4 ++ lib/asan/asan_globals.cc | 1 + lib/asan/asan_globals_win.cc | 54 ++++++++++++++++++++++ lib/asan/asan_globals_win.h | 34 ++++++++++++++ lib/asan/asan_win.cc | 4 +- lib/asan/asan_win_dll_thunk.cc | 3 ++ lib/asan/asan_win_dynamic_runtime_thunk.cc | 3 ++ lib/asan/tests/CMakeLists.txt | 2 + .../asan/TestCases/Windows/dll_global_dead_strip.c | 31 +++++++++++++ test/asan/TestCases/Windows/global_dead_strip.c | 26 +++++++++++ 10 files changed, 161 insertions(+), 1 deletion(-) create mode 100644 lib/asan/asan_globals_win.cc create mode 100644 lib/asan/asan_globals_win.h create mode 100644 test/asan/TestCases/Windows/dll_global_dead_strip.c create mode 100644 test/asan/TestCases/Windows/global_dead_strip.c