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 a4bf56fd6 [Sanitizer] Fix build openbsd new b494215c4 [hwasan] Add malloc_fill_byte and free_fill_byte flags. new bb3e32a16 [hwasan] Add __hwasan_handle_longjmp.
The 2 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: include/sanitizer/hwasan_interface.h | 7 +++++++ lib/hwasan/hwasan.cc | 18 +++++++++++++++++ lib/hwasan/hwasan_allocator.cc | 10 ++++++++- lib/hwasan/hwasan_flags.inc | 13 ++++++++++++ lib/hwasan/hwasan_interface_internal.h | 3 +++ test/hwasan/TestCases/longjmp.cc | 28 ++++++++++++++++++++++++++ test/{asan => hwasan}/TestCases/malloc_fill.cc | 6 +++--- 7 files changed, 81 insertions(+), 4 deletions(-) create mode 100644 test/hwasan/TestCases/longjmp.cc copy test/{asan => hwasan}/TestCases/malloc_fill.cc (70%)