summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Program.inc
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/System/Win32/Program.inc')
-rw-r--r--llvm/lib/System/Win32/Program.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Win32/Program.inc b/llvm/lib/System/Win32/Program.inc
index e1ad155bb34..86e6d580634 100644
--- a/llvm/lib/System/Win32/Program.inc
+++ b/llvm/lib/System/Win32/Program.inc
@@ -104,6 +104,7 @@ Program::ExecuteAndWait(const Path& path,
const char** envp,
const Path** redirects,
unsigned secondsToWait,
+ unsigned memoryLimit,
std::string* ErrMsg) {
if (!path.canExecute()) {
if (ErrMsg)
OpenPOWER on IntegriCloud