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 111bf961e compiler-rt: use fp_t instead of long double, for consistency new a5142c0c4 [TSan] Add interceptors for mach_vm_[de]allocate
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/tsan/CMakeLists.txt | 1 + lib/tsan/rtl/tsan_interceptors.cpp | 14 ++---- lib/tsan/rtl/tsan_interceptors_mach_vm.cpp | 52 +++++++++++++++++++++ lib/tsan/rtl/tsan_rtl.cpp | 17 +++++++ lib/tsan/rtl/tsan_rtl.h | 3 ++ test/tsan/Darwin/mach_vm_allocate.c | 73 ++++++++++++++++++++++++++++++ 6 files changed, 150 insertions(+), 10 deletions(-) create mode 100644 lib/tsan/rtl/tsan_interceptors_mach_vm.cpp create mode 100644 test/tsan/Darwin/mach_vm_allocate.c