This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Drop clangFrontend dependency for FormatTests
ClosedPublic

Authored by arichardson on Oct 19 2020, 9:20 AM.

Details

Summary

This allows building the clang-format unit tests in only 657 ninja steps
rather than 1257 which allows for much faster incremental builds after a
git pull.

Depends on D89708

Diff Detail

Event Timeline

arichardson created this revision.Oct 19 2020, 9:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2020, 9:20 AM
arichardson requested review of this revision.Oct 19 2020, 9:20 AM
MyDeveloperDay accepted this revision.Oct 20 2020, 12:19 AM

LGTM, I'm for anything that speeds up the build

This revision is now accepted and ready to land.Oct 20 2020, 12:19 AM
This revision was landed with ongoing or failed builds.Oct 20 2020, 2:14 AM
This revision was automatically updated to reflect the committed changes.