diff options
Diffstat (limited to 'include/clang/Tooling/AllTUsExecution.h')
-rw-r--r-- | include/clang/Tooling/AllTUsExecution.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Tooling/AllTUsExecution.h b/include/clang/Tooling/AllTUsExecution.h index e670f54234a6..1e618b5ba2f0 100644 --- a/include/clang/Tooling/AllTUsExecution.h +++ b/include/clang/Tooling/AllTUsExecution.h @@ -44,8 +44,6 @@ public: StringRef getExecutorName() const override { return ExecutorName; } - bool isSingleProcess() const override { return true; } - using ToolExecutor::execute; llvm::Error @@ -71,6 +69,7 @@ private: unsigned ThreadCount; }; +extern llvm::cl::opt<unsigned> ExecutorConcurrency; extern llvm::cl::opt<std::string> Filter; } // end namespace tooling |