[PATCH] D65833: [Tooling] Expose ExecutorConcurrency option.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 00:53:37 PDT 2019
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
Only hesitation is that AllTUsExecution is one executor of (potentially) many, so this is a weird place for a common flag.
However it's already "global" in the sense that --help will show it, so we may as well reuse it.
Maybe it should be moved to another file at some point.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65833/new/
https://reviews.llvm.org/D65833
More information about the cfe-commits
mailing list