[PATCH] D60347: [TSan][libdispatch] Replace CFRunLoop with barriers, pt. 1
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 16:51:10 PDT 2019
yln created this revision.
Herald added subscribers: llvm-commits, Sanitizers, kubamracek.
Herald added projects: Sanitizers, LLVM.
Remove the dependency on Foundation so we can start running those tests
on other platforms. Rename/move of tests will be done in a separate
commit.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D60347
Files:
compiler-rt/test/tsan/Darwin/gcd-after.mm
compiler-rt/test/tsan/Darwin/gcd-async-norace.mm
compiler-rt/test/tsan/Darwin/gcd-async-race.mm
compiler-rt/test/tsan/Darwin/gcd-barrier-race.mm
compiler-rt/test/tsan/Darwin/gcd-barrier.mm
compiler-rt/test/tsan/Darwin/gcd-blocks.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60347.193984.patch
Type: text/x-patch
Size: 7521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190405/7e09ad53/attachment.bin>
More information about the llvm-commits
mailing list