Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Exec

757   std::string Exec;
776 // Full path to the binary. We need to cd to the exec directory because
777 // there is a dylib there that the exec expects to find in the CWD
779 Exec = "cd ";
780 Exec += env_pwd;
781 Exec += "; ./";
782 Exec += OutputBinary.c_str();
783 ProgramArgs.push_back(Exec.c_str());