[PATCH] D53922: [clangd] fix non linux build
Joerg Sonnenberger via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 2 12:34:57 PDT 2018
On Wed, Oct 31, 2018 at 08:53:03AM +0000, Sam McCall via Phabricator via cfe-commits wrote:
> sammccall accepted this revision.
> sammccall added a comment.
> This revision is now accepted and ready to land.
>
> Thanks!
> We should work out what to do on BSD+Mac (and windows at some point), but no-op is good for now.
Is this really a good idea in general? It means that on a busy system,
the thread will never run...
Joerg
More information about the cfe-commits
mailing list