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 b1170d7 [XRay][compiler-rt] Spell REQUIRES properly for x86_64-linux new 8b391d0 [sanitizer] Move fread and fwrite interceptors to sanitizer_common
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/esan/esan_interceptors.cpp | 14 --------- lib/msan/msan_interceptors.cc | 8 ----- .../sanitizer_common_interceptors.inc | 33 +++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 3 ++ lib/tsan/rtl/tsan_interceptors.cc | 18 ------------ test/asan/TestCases/Posix/fread_fwrite.cc | 34 ++++++++++++++++++++++ test/msan/fread_fwrite.cc | 34 ++++++++++++++++++++++ 7 files changed, 104 insertions(+), 40 deletions(-) create mode 100644 test/asan/TestCases/Posix/fread_fwrite.cc create mode 100644 test/msan/fread_fwrite.cc