[all-commits] [llvm/llvm-project] 2bf5e8: Revert "Support: add llvm::thread class that suppo...
Tim Northover via All-commits
all-commits at lists.llvm.org
Thu Jul 8 07:01:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bf5e8d953ededbc208bd4c116c9d6331d73f0f0
https://github.com/llvm/llvm-project/commit/2bf5e8d953ededbc208bd4c116c9d6331d73f0f0
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2021-07-08 (Thu, 08 Jul 2021)
Changed paths:
M clang-tools-extra/clangd/support/Threading.cpp
M clang/tools/libclang/CIndex.cpp
M llvm/include/llvm/Support/CrashRecoveryContext.h
M llvm/include/llvm/Support/Threading.h
M llvm/include/llvm/Support/thread.h
M llvm/lib/Support/CrashRecoveryContext.cpp
M llvm/lib/Support/ThreadPool.cpp
M llvm/lib/Support/Threading.cpp
M llvm/lib/Support/Unix/Threading.inc
M llvm/lib/Support/Windows/Threading.inc
M llvm/unittests/Support/Threading.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list