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 6e2868a [profile] Add a test to ensure runtime allocator is not invoked new f4e2d7d [sanitizers] introduce __sanitizer_set_report_fd so that we c [...]
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: include/sanitizer/common_interface_defs.h | 3 ++ lib/asan/asan_posix.cc | 5 +-- lib/sanitizer_common/sanitizer_common.cc | 5 +++ .../Posix/sanitizer_set_report_fd_test.cc | 37 ++++++++++++++++++++++ 4 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc