[PATCH] D26228: [tsan] Test that false races from ObjC's dealloc, .cxx_destruct, and initialize are ignored
Anna Zaks via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 18:37:59 PDT 2016
zaks.anna created this revision.
zaks.anna added reviewers: kubabrecka, kcc, dvyukov.
zaks.anna added a subscriber: llvm-commits.
TSan does not observe synchronization that prevents these races, so we use run time ignores to ensure they are not reported.
https://reviews.llvm.org/D26228
Files:
test/tsan/Darwin/norace-objcxx-run-time.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26228.76665.patch
Type: text/x-patch
Size: 2947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161102/9fd0134a/attachment.bin>
More information about the llvm-commits
mailing list