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 5b3c533a7 [scudo][standalone] Correct releaseToOS behavior new 50d8df97b [tsan] Don't delay SIGTRAP handler new e52028d09 [sanitizer] Print SIGTRAP for corresponding signal
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_posix.cpp | 2 ++ lib/tsan/rtl/tsan_interceptors_posix.cpp | 9 ++++--- .../TestCases/Linux/signal_trap.cpp | 8 ++++++ .../TestCases/Linux/signal_trap_handler.cpp | 29 ++++++++++++++++++++++ 4 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 test/sanitizer_common/TestCases/Linux/signal_trap.cpp create mode 100644 test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp