Revert "Add a C++11 ThreadPool implementation in LLVM"
authorMehdi Amini <mehdi.amini@apple.com>
Tue, 15 Dec 2015 00:42:44 +0000 (00:42 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Tue, 15 Dec 2015 00:42:44 +0000 (00:42 +0000)
commit8d176bbf50c7bc1a421bb857c1c935fe5353c317
tree67fb814aba8d24c4b21328cfb4d6cc2d64984ae8
parent04d774cd3866f88864c7146b7102bc5a0cb75f79
Revert "Add a C++11 ThreadPool implementation in LLVM"

This reverts commit r255589. Breaks g++

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255591 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ThreadPool.h [deleted file]
include/llvm/Support/thread.h
lib/Support/CMakeLists.txt
lib/Support/ThreadPool.cpp [deleted file]
unittests/Support/CMakeLists.txt
unittests/Support/ThreadPool.cpp [deleted file]