[llvm-commits] CVS: llvm/include/Support/SystemUtils.h
John Criswell
criswell at cs.uiuc.edu
Wed Sep 17 10:15:04 PDT 2003
Changes in directory llvm/include/Support:
SystemUtils.h updated: 1.3 -> 1.4
---
Log message:
Added the ExecWait() function.
---
Diffs of the changes:
Index: llvm/include/Support/SystemUtils.h
diff -u llvm/include/Support/SystemUtils.h:1.3 llvm/include/Support/SystemUtils.h:1.4
--- llvm/include/Support/SystemUtils.h:1.3 Thu Aug 7 16:33:32 2003
+++ llvm/include/Support/SystemUtils.h Wed Sep 17 10:14:25 2003
@@ -34,4 +34,12 @@
const std::string &StdOutFile = "",
const std::string &StdErrFile = "");
+///
+/// Function: ExecWait()
+///
+/// Description:
+/// Execute a program with the given arguments and environment and
+/// wait for it to terminate.
+///
+int ExecWait (char ** argv, char ** envp);
#endif
More information about the llvm-commits
mailing list