I verified that the test is red without the interceptors.
rdar://40334350
Paths
| Differential D66616
[TSan] Add interceptors for mach_vm_[de]allocate ClosedPublic Authored by yln on Aug 22 2019, 12:51 PM.
Details Summary I verified that the test is red without the interceptors. rdar://40334350
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 22 2019, 12:51 PM
yln added inline comments.
Comment Actions Extract UnmapShadow and MemoryRangeImitateWriteOrResetRange vitalybuka added inline comments.
This revision is now accepted and ready to land.Sep 6 2019, 4:29 PM Closed by commit rL371439: [TSan] Add interceptors for mach_vm_[de]allocate (authored by yln). · Explain WhySep 9 2019, 11:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 219402 compiler-rt/trunk/lib/tsan/CMakeLists.txt
compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cpp
compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp
compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h
compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.cpp
compiler-rt/trunk/test/tsan/Darwin/mach_vm_allocate.c
|