Home
last modified time | relevance | path

Searched refs:ExecutionCmd (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp297 CustomExecutor(const std::string &ExecutionCmd, in CustomExecutor() argument
299 : ExecutionCommand(ExecutionCmd), ExecutorArgs(std::move(ExecArgs)) {} in CustomExecutor()