[PATCH] D66616: [TSan] Add interceptors for mach_vm_[de]allocate

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 12:51:19 PDT 2019


yln created this revision.
Herald added subscribers: llvm-commits, Sanitizers, jfb, mgorny.
Herald added projects: Sanitizers, LLVM.

I verified that the test is red without the interceptors.

rdar://40334350


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66616

Files:
  compiler-rt/lib/tsan/CMakeLists.txt
  compiler-rt/lib/tsan/rtl/tsan_interceptors.cpp
  compiler-rt/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp
  compiler-rt/test/tsan/Darwin/mach_vm_allocate.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66616.216692.patch
Type: text/x-patch
Size: 5996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190822/a4bde438/attachment.bin>


More information about the llvm-commits mailing list