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 ff3c1b3c2 [Sanitizer] Enable vis api on FreeBSD new 6e8274287 [sanitizer] Support running without fd 0,1,2.
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/sanitizer_common/sanitizer_linux.cc | 4 ++++ lib/sanitizer_common/sanitizer_mac.cc | 4 ++++ lib/sanitizer_common/sanitizer_netbsd.cc | 5 ++++ lib/sanitizer_common/sanitizer_posix.cc | 24 +++++++++++++------ lib/sanitizer_common/sanitizer_posix.h | 4 ++++ lib/sanitizer_common/sanitizer_solaris.cc | 4 ++-- test/asan/TestCases/Posix/no-fd.cc | 39 +++++++++++++++++++++++++++++++ 7 files changed, 75 insertions(+), 9 deletions(-) create mode 100644 test/asan/TestCases/Posix/no-fd.cc