[PATCH] D53935: Delete dependency on config.h
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 08:39:14 PDT 2018
sammccall added a comment.
In https://reviews.llvm.org/D53935#1282303, @lebedev.ri wrote:
> How does this play with `LLVM_ENABLE_THREADS` cmake option?
Clangd doesn't support/respect that, and I don't think anyone's building in that configuration.
If this causes actual problems e.g. with bots, we should sort out a cmake solution so such bots don't build clangd.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53935
More information about the cfe-commits
mailing list