Lines Matching refs:Script
355 "crash backtrace, preprocessed source, and associated run script.";
455 script(s) are located at:";
462 std::string Script = StringRef(*it).rsplit('.').first;
463 Script += ".sh";
464 llvm::raw_fd_ostream ScriptOS(Script.c_str(), Err,
469 << "Error generating run script: " + Script + " " + Err;
485 Diag(clang::diag::note_drv_command_failed_diag_msg) << Script;