Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Exec

811   std::string Exec;
830 // Full path to the binary. We need to cd to the exec directory because
831 // there is a dylib there that the exec expects to find in the CWD
833 Exec = "cd ";
834 Exec += env_pwd;
835 Exec += "; ./";
836 Exec += OutputBinary.c_str();
837 ProgramArgs.push_back(Exec.c_str());