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 f2247b9 [lsan] [aarch64] Fix printing of pointers in make check tests [...] new 1e54762 [asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initi [...]
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/sanitizer_common/sanitizer_dbghelp.h | 42 ++++++++++++++++++++++++ lib/sanitizer_common/sanitizer_symbolizer_win.cc | 40 +++++++++++++++++++--- lib/sanitizer_common/sanitizer_win.cc | 6 ++-- test/CMakeLists.txt | 2 +- test/asan/TestCases/Windows/delay_dbghelp.cc | 18 ++++++++++ 5 files changed, 100 insertions(+), 8 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_dbghelp.h create mode 100644 test/asan/TestCases/Windows/delay_dbghelp.cc