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 3c3e150 [scudo] Replacing std::atomic with Sanitizer's atomics new b69e84d [sanitizer] [asan] Use macros to simplify weak aliases on Windows.
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_win.h | 34 ----------------- lib/asan/asan_win.cc | 30 ++++----------- lib/asan/asan_win_dll_thunk.cc | 4 +- lib/asan/asan_win_dynamic_runtime_thunk.cc | 4 +- lib/sanitizer_common/sanitizer_win.cc | 8 ++-- lib/sanitizer_common/sanitizer_win_defs.h | 59 ++++++++++++++++++++++++++++++ lib/ubsan/ubsan_flags.cc | 8 ++-- 7 files changed, 77 insertions(+), 70 deletions(-) delete mode 100644 lib/asan/asan_globals_win.h create mode 100644 lib/sanitizer_common/sanitizer_win_defs.h