Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
Dlli.cpp109 ChildExecPath("mcjit-remote-process", variable
664 if (!ChildExecPath.empty()) { // Remote execution on a child process in main()
672 if (!sys::fs::can_execute(ChildExecPath)) { in main()
673 errs() << "Unable to find usable child executable: '" << ChildExecPath in main()
677 Target.reset(new RemoteTargetExternal(ChildExecPath)); in main()