Revert "Support: add llvm::thread class that supports specifying stack size."
authorTim Northover <t.p.northover@gmail.com>
Thu, 8 Jul 2021 13:59:47 +0000 (14:59 +0100)
committerTim Northover <t.p.northover@gmail.com>
Thu, 8 Jul 2021 13:59:47 +0000 (14:59 +0100)
commit2bf5e8d953ededbc208bd4c116c9d6331d73f0f0
tree6f0e1d1dce203f49fd943933ea271edbb56bee75
parent727e1c9be3a5b20c6b502f056d74a681689049d7
Revert "Support: add llvm::thread class that supports specifying stack size."

It's causing build failures because DefaultStackSize isn't defined everywhere
it should be and I need time to investigate.
clang-tools-extra/clangd/support/Threading.cpp
clang/tools/libclang/CIndex.cpp
llvm/include/llvm/Support/CrashRecoveryContext.h
llvm/include/llvm/Support/Threading.h
llvm/include/llvm/Support/thread.h
llvm/lib/Support/CrashRecoveryContext.cpp
llvm/lib/Support/ThreadPool.cpp
llvm/lib/Support/Threading.cpp
llvm/lib/Support/Unix/Threading.inc
llvm/lib/Support/Windows/Threading.inc
llvm/unittests/Support/Threading.cpp