[PATCH] D18493: [tsan] Add XPC support (OS X)

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 26 14:54:26 PDT 2016


kubabrecka created this revision.
kubabrecka added reviewers: dvyukov, kcc, glider, samsonov.
kubabrecka added subscribers: llvm-commits, zaks.anna, dcoughlin.

XPC APIs have async callbacks, and we need some more happen-before edges to avoid false positives.  This patch add them, plus a test case (sorry for the long boilerplate code, but XPC just needs all that).

http://reviews.llvm.org/D18493

Files:
  lib/tsan/rtl/tsan_interceptors_mac.cc
  test/tsan/Darwin/xpc.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18493.51721.patch
Type: text/x-patch
Size: 4968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160326/a9014d1e/attachment.bin>


More information about the llvm-commits mailing list