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 324947c49 tsan: fix deficiency in MutexReadOrWriteUnlock new 6e647114e [ubsan] Add support for reporting diagnostics to a monitor process
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/ubsan/CMakeLists.txt | 1 + lib/ubsan/ubsan_diag.cc | 8 ++++ lib/ubsan/ubsan_diag.h | 20 ++++---- lib/ubsan/ubsan_handlers.cc | 90 +++++++++++++++++++---------------- lib/ubsan/ubsan_handlers_cxx.cc | 22 +++++---- lib/ubsan/ubsan_interface.inc | 2 + lib/ubsan/ubsan_monitor.cc | 76 +++++++++++++++++++++++++++++ lib/ubsan/ubsan_monitor.h | 49 +++++++++++++++++++ test/ubsan/TestCases/Misc/monitor.cpp | 37 ++++++++++++++ 9 files changed, 246 insertions(+), 59 deletions(-) create mode 100644 lib/ubsan/ubsan_monitor.cc create mode 100644 lib/ubsan/ubsan_monitor.h create mode 100644 test/ubsan/TestCases/Misc/monitor.cpp