[PATCH] D50993: [clangd] Increase stack size of the new threads on macOS
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 9 10:33:14 PDT 2019
ilya-biryukov added a comment.
I'd still put it into LLVM to avoid platform-specific code in clangd.
Maybe `std::abort()` in the added `...Async` function if threads are disabled? It's a bit unusual, but would allow keeping this function where it belongs.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50993/new/
https://reviews.llvm.org/D50993
More information about the cfe-commits
mailing list