diff options
Diffstat (limited to 'llvm/lib/System')
| -rw-r--r-- | llvm/lib/System/Win32/Program.inc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Win32/Program.inc b/llvm/lib/System/Win32/Program.inc index e74b41cde17..49086b8348e 100644 --- a/llvm/lib/System/Win32/Program.inc +++ b/llvm/lib/System/Win32/Program.inc @@ -226,7 +226,7 @@ Program::ExecuteAndWait(const Path& path,    fflush(stdout);    fflush(stderr); -  BOOL rc = CreateProcess(path.c_str(), command, NULL, NULL, FALSE, 0, +  BOOL rc = CreateProcess(path.c_str(), command, NULL, NULL, TRUE, 0,                            envblock, NULL, &si, &pi);    DWORD err = GetLastError();  | 

