This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Don't make check-clangd as a dependency in check-clang-tools
ClosedPublic

Authored by hokein on Oct 2 2018, 7:32 AM.

Details

Summary

check-clang-tools will run check-clangd first, and then run the rest
tests. If clangd tests fails, check-clang-tools would be stopped.

This would block other clang-tools developers if clangd is broken.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Oct 2 2018, 7:32 AM

Verified that it does not block other clang-extra tools if clangd tests fail. Thank you very much for fixing!

sammccall accepted this revision.Oct 2 2018, 10:12 AM
This revision is now accepted and ready to land.Oct 2 2018, 10:12 AM
This revision was automatically updated to reflect the committed changes.