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 36e72f5e2 [lsan] Add __lsan_default_options new 6ae24b6fa [ubsan] Support signal specific options in ubsan new a7018c1d0 [ubsan] Replace CommonSanitizerReportMutex with ScopedErrorRe [...]
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/sanitizer_common/sanitizer_common.h | 2 + lib/sanitizer_common/sanitizer_common_libcdep.cc | 4 ++ lib/ubsan/CMakeLists.txt | 4 ++ lib/ubsan/ubsan_diag.cc | 10 ++--- lib/ubsan/ubsan_diag.h | 8 ++++ lib/ubsan/ubsan_init_standalone.cc | 8 +++- lib/ubsan/ubsan_init_standalone_preinit.cc | 13 +++++- lib/ubsan/ubsan_signals_standalone.cc | 50 ++++++++++++++++++++++ lib/ubsan/ubsan_signals_standalone.h | 25 +++++++++++ .../TestCases/Linux/allow_user_segv.cc | 1 - .../TestCases/Posix/dedup_token_length_test.cc | 3 +- .../TestCases/Posix/dump_instruction_bytes.cc | 1 - .../Posix/sanitizer_set_report_fd_test.cc | 1 - 13 files changed, 117 insertions(+), 13 deletions(-) create mode 100644 lib/ubsan/ubsan_signals_standalone.cc create mode 100644 lib/ubsan/ubsan_signals_standalone.h