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 3f39f6edf Disable XRay test fork_basic_logging for NetBSD new 01a13c569 [XRay] Update XRayRecord to support Custom/Typed Events new 4e15ada76 [sanitizer] Use AT_EXECFN in ReExec() if available
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_linux.cc | 4 ++++ lib/xray/tests/unit/fdr_controller_test.cc | 5 +++- lib/xray/tests/unit/test_helpers.cc | 4 ++++ test/msan/Linux/reexec_unlimited_stack.cc | 23 ++++++++++++++++++ test/xray/TestCases/Posix/basic-filtering.cc | 4 ++-- test/xray/TestCases/Posix/fdr-mode.cc | 32 ++++++++++++------------- test/xray/TestCases/Posix/fdr-single-thread.cc | 4 ++-- test/xray/TestCases/Posix/fdr-thread-order.cc | 8 +++---- test/xray/TestCases/Posix/fork_basic_logging.cc | 18 +++++++------- 9 files changed, 68 insertions(+), 34 deletions(-) create mode 100644 test/msan/Linux/reexec_unlimited_stack.cc