[PATCH] D25858: [tsan][llvm] Implement the function attribute to disable TSan checking at run time

Anna Zaks via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 19:02:09 PST 2016


zaks.anna updated this revision to Diff 77436.
zaks.anna added a comment.

Only add the run time ignores if the function contains calls. Since the function is not marked as sanitize_thread, we should not have any reports directly from the body of the function.


https://reviews.llvm.org/D25858

Files:
  lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  test/Instrumentation/ThreadSanitizer/sanitize-thread-no-checking.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25858.77436.patch
Type: text/x-patch
Size: 4020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161110/9299f1ca/attachment.bin>


More information about the llvm-commits mailing list