[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
Sun Jan 8 14:27:08 PST 2017
kubabrecka updated this revision to Diff 83573.
kubabrecka added a comment.
Updating patch as suggested. Also renamig `UserCallbackStart()`/`UserCallbackEnd()` to `EnableIgnores()`/`DisableIgnores()`, which better describes the purpose of the functions (calling `UserCallbackStart` from ScopedInterceptor's constructor sounds weird).
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.83573.patch
Type: text/x-patch
Size: 10892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170108/0aed15a9/attachment.bin>
More information about the llvm-commits
mailing list