[clangd] fix non linux build
authorDavid Carlier <devnexen@gmail.com>
Wed, 31 Oct 2018 09:04:15 +0000 (09:04 +0000)
committerDavid Carlier <devnexen@gmail.com>
Wed, 31 Oct 2018 09:04:15 +0000 (09:04 +0000)
commit13727da72f96add0d56ff62ca3420eecacdd7994
treec75ad3efa40260e08e7e78d4734eee6be2515f74
parent59f18f1b72941a347aaf7d8eef61f8e7dd9f241a
[clangd] fix non linux build

There is no SCHED_IDLE semantic equivalent in BSD systems.

Reviewers: kadircet, sammccall

Revieweed By: sammccall

Differential Revision: https://reviews.llvm.org/D53922

llvm-svn: 345700
clang-tools-extra/clangd/Threading.cpp