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 fc39236ab Fix clang-cl warnings in compiler-rt new 0ab84bd8d Revert r330474 - "[HWASan] Introduce non-zero based and dynam [...]
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/hwasan/CMakeLists.txt | 3 +- lib/hwasan/hwasan.cc | 15 +-- lib/hwasan/hwasan.h | 12 ++ lib/hwasan/hwasan_allocator.cc | 1 - lib/hwasan/hwasan_dynamic_shadow.cc | 132 ---------------------- lib/hwasan/hwasan_dynamic_shadow.h | 27 ----- lib/hwasan/hwasan_interceptors.cc | 1 - lib/hwasan/hwasan_interface_internal.h | 4 - lib/hwasan/hwasan_linux.cc | 198 +++++++++------------------------ lib/hwasan/hwasan_mapping.h | 81 -------------- lib/hwasan/hwasan_poisoning.cc | 3 +- lib/hwasan/hwasan_report.cc | 1 - lib/hwasan/hwasan_thread.cc | 1 - 13 files changed, 70 insertions(+), 409 deletions(-) delete mode 100644 lib/hwasan/hwasan_dynamic_shadow.cc delete mode 100644 lib/hwasan/hwasan_dynamic_shadow.h delete mode 100644 lib/hwasan/hwasan_mapping.h