[PATCH] D15464: Add a C++11 ThreadPool implementation in LLVM

Keno Fischer via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 2 15:54:59 PST 2016


loladiro added a subscriber: loladiro.
loladiro added a comment.

This breaks the LLVM build with mingw-w64, which doesn't have C++11 threading support as far as I know. It would be nice if the threading-disabled version didn't use any of that stuff (mutexes, futures, etc) such that LLVM can be built with mingw-w64.


http://reviews.llvm.org/D15464





More information about the llvm-commits mailing list