[PATCH] D60347: [TSan][libdispatch] Replace CFRunLoop with barriers, pt. 1

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 10:52:28 PDT 2019


kubamracek added a comment.

Can you please embed all the functions into the tests themselves and drop the header file?



================
Comment at: compiler-rt/test/tsan/Darwin/gcd-after.mm:29
   });
-  CFRunLoopRun();
 
----------------
This rewrite is changing the behavior. We should have two separate waits.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60347/new/

https://reviews.llvm.org/D60347





More information about the llvm-commits mailing list