[PATCH] D42742: [clangd] Use pthread instead of thread_local to support more runtimes.
James Y Knight via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 1 08:06:55 PST 2018
jyknight added a comment.
Is there some way to figure out what's going on in clang-x86_64-linux-selfhost-modules?
I believe there should be no linux builders which are missing this function -- it was added to libgcc in 4.8, and we don't support older versions, so I think missing this function on a linux build must be a misconfiguration of some sort.
Repository:
rL LLVM
https://reviews.llvm.org/D42742
More information about the cfe-commits
mailing list