[PATCH] D28264: [tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress false positive races

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 18:00:09 PST 2017


kubabrecka removed rL LLVM as the repository for this revision.
kubabrecka updated this revision to Diff 83479.
kubabrecka added a comment.

Updating the patch to use solution (2), but note that I had to remove ` || thr->in_ignored_lib` from SCOPED_TSAN_INTERCEPTOR, which is probably wrong...


https://reviews.llvm.org/D28264

Files:
  lib/sanitizer_common/sanitizer_libignore.cc
  lib/sanitizer_common/sanitizer_libignore.h
  lib/tsan/rtl/tsan_flags.inc
  lib/tsan/rtl/tsan_interceptors.cc
  lib/tsan/rtl/tsan_interceptors.h
  test/tsan/Darwin/ignore-noninstrumented.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28264.83479.patch
Type: text/x-patch
Size: 7770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170107/e9923637/attachment.bin>


More information about the llvm-commits mailing list