Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()