This is an archive of the discontinued LLVM Phabricator instance.

[Tooling] Allow to filter files used by AllTUsExecutor
Changes PlannedPublic

Authored by ilya-biryukov on Aug 27 2018, 5:17 AM.

Details

Reviewers
ioeric
Summary

This allows to run clang tools in parallel on a subset of files in the
repository.

Diff Detail

Event Timeline

ilya-biryukov created this revision.Aug 27 2018, 5:17 AM
ilya-biryukov planned changes to this revision.Aug 28 2018, 4:00 AM

As discussed offline, instead of changing the interface of AllTUsScheduler, we could add concurrency to StandloneToolExecutor