Home | History | Annotate | Download | only in Driver

Lines Matching defs:Script

629          "crash backtrace, preprocessed source, and associated run script.";
735 "Preprocessed source(s) and associated run script(s) are located at:";
751 std::string Script = CrashInfo.Filename.rsplit('.').first.str() + ".sh";
753 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::F_Excl);
756 << "Error generating run script: " + Script + " " + EC.message();
764 Diag(clang::diag::note_drv_command_failed_diag_msg) << Script;