[PATCH] D103165: Threading: use independent llvm::thread implementation on Apple platforms to increase stack size
Tim Northover via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 8 06:52:11 PDT 2021
t.p.northover closed this revision.
t.p.northover added a comment.
Thanks Duncan, committed as 727e1c9be3a5 <https://reviews.llvm.org/rG727e1c9be3a5b20c6b502f056d74a681689049d7>
================
Comment at: llvm/include/llvm/Support/thread.h:107
+
+ bool joinable() const noexcept {
+ return Thread != native_handle_type();
----------------
dexonsmith wrote:
> Seems like you might as well run `git-clang-format` to pick up these changes...
Yes, I'd already done that on my local commit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103165/new/
https://reviews.llvm.org/D103165
More information about the cfe-commits
mailing list