[PATCH] D27159: [ThreadPool] Simplify the interface

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 23:20:21 PST 2016


mehdi_amini added inline comments.


================
Comment at: unittests/Support/ThreadPool.cpp:102
   ASSERT_EQ(5, checked_in);
 }
 
----------------
You need to make sure this works with LLVM_ENABLE_THREADS=OFF


https://reviews.llvm.org/D27159





More information about the llvm-commits mailing list