[PATCH] D58492: [clangd] Add thread priority lowering for MacOS as well
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 22 04:34:18 PST 2019
gribozavr accepted this revision.
gribozavr added a comment.
This revision is now accepted and ready to land.
I see, there's no SCHED_IDLE in the macOS SDK. OK then, I trust that people who wrote CIndex.cpp support for macOS probably have got it correctly working for macOS, so it makes sense to do the same in clangd. Please consider factoring a function in libSupport though.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58492/new/
https://reviews.llvm.org/D58492
More information about the cfe-commits
mailing list