[PATCH] D55075: [TSan] Remove ignore_interceptors_accesses flag

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 13:19:23 PST 2018


yln created this revision.
yln added reviewers: dcoughlin, kubamracek, dvyukov.
yln added a project: Sanitizers.
Herald added subscribers: llvm-commits, jfb.

It has been superseded by the `ignore_noninstrumented_modules` flag and is no longer needed.

Also simplify a test that checks that `mmap_interceptor` respects ignore annotations (`thr->ignore_reads_and_writes `).
Relevant: https://reviews.llvm.org/rL269855


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D55075

Files:
  compiler-rt/lib/tsan/rtl/tsan_flags.inc
  compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
  compiler-rt/test/tsan/Darwin/ignore-noninstrumented.mm
  compiler-rt/test/tsan/Darwin/ignored-interceptors.mm
  compiler-rt/test/tsan/ignored-interceptors-mmap.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55075.175939.patch
Type: text/x-patch
Size: 7062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181129/f5c52528/attachment.bin>


More information about the llvm-commits mailing list