We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9487cf9 commit a3cba6bCopy full SHA for a3cba6b
llvm/lib/Support/Parallel.cpp
@@ -49,7 +49,7 @@ class Executor {
49
/// in filo order.
50
class ThreadPoolExecutor : public Executor {
51
public:
52
- explicit ThreadPoolExecutor(ThreadPoolStrategy S = hardware_concurrency()) {
+ explicit ThreadPoolExecutor(ThreadPoolStrategy S) {
53
ThreadCount = S.compute_thread_count();
54
// Spawn all but one of the threads in another thread as spawning threads
55
// can take a while.
0 commit comments