tejohnson added a comment. Ping. ================ Comment at: include/llvm/Support/thread.h:60 @@ -59,2 +59,3 @@ void join() {} + static unsigned hardware_concurrency() { return 1; }; }; ---------------- Will do. http://reviews.llvm.org/D15390