This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Prevent thread starvation in tests on loaded systems.
ClosedPublic

Authored by sammccall on Nov 27 2018, 2:00 AM.

Diff Detail

Event Timeline

sammccall created this revision.Nov 27 2018, 2:00 AM
kadircet accepted this revision.Nov 27 2018, 4:00 AM
kadircet added inline comments.
clangd/tool/ClangdMain.cpp
357

Can we move this to the beginning of main, it seems like that's where we handle test specific adjustments, could be better to keep them in one place.

This revision is now accepted and ready to land.Nov 27 2018, 4:00 AM
This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.