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 79b583e7f [compiler-rt] Move *Sanitizer:DEADLYSIGNAL printing into common part new a2354569b [compiler-rt] Move dump_instruction_bytes and dump_registers [...] new d113a775f Fix line breaks.
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: lib/asan/asan_descriptions.h | 1 - lib/asan/asan_errors.cc | 31 ---------------- lib/asan/asan_flags.inc | 5 --- lib/sanitizer_common/sanitizer_common.h | 4 +++ lib/sanitizer_common/sanitizer_common_libcdep.cc | 41 ++++++++++++++++++++++ lib/sanitizer_common/sanitizer_flags.inc | 5 +++ lib/sanitizer_common/sanitizer_posix_libcdep.cc | 2 +- lib/sanitizer_common/sanitizer_report_decorator.h | 1 + .../TestCases/Posix/dump_instruction_bytes.cc | 7 ++-- 9 files changed, 56 insertions(+), 41 deletions(-) rename test/{asan => sanitizer_common}/TestCases/Posix/dump_instruction_bytes.cc (72%)