[llvm-commits] CVS: llvm/lib/System/Win32/Program.inc
Anton Korobeynikov
asl at math.spbu.ru
Fri Feb 16 11:11:48 PST 2007
Changes in directory llvm/lib/System/Win32:
Program.inc updated: 1.18 -> 1.19
---
Log message:
Add possibility to set memory limit for binaries run via libSystem. This
is especially needed for bugpoint. This partly implements PR688: http://llvm.org/PR688
---
Diffs of the changes: (+1 -0)
Program.inc | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/System/Win32/Program.inc
diff -u llvm/lib/System/Win32/Program.inc:1.18 llvm/lib/System/Win32/Program.inc:1.19
--- llvm/lib/System/Win32/Program.inc:1.18 Fri Sep 1 15:35:17 2006
+++ llvm/lib/System/Win32/Program.inc Fri Feb 16 13:11:06 2007
@@ -104,6 +104,7 @@
const char** envp,
const Path** redirects,
unsigned secondsToWait,
+ unsigned memoryLimit,
std::string* ErrMsg) {
if (!path.canExecute()) {
if (ErrMsg)
More information about the llvm-commits
mailing list