[PATCH] D52753: [tooling] Create executor by name

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 4 03:08:27 PDT 2018


ioeric added a comment.

> This is useful in the case where the calling tool always wants to use a particular non-default implementation (e.g. the tool should always be run with the all-TUs executor)

Any reason not to use the constructor of `AllTUsToolExecutor` directly? There is one that takes `CommonOptionsParser`.


https://reviews.llvm.org/D52753





More information about the cfe-commits mailing list