Call CreateProcess with bInheritHandles = TRUE.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 14 Apr 2009 21:31:36 +0000 (21:31 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 14 Apr 2009 21:31:36 +0000 (21:31 +0000)
commit0526653956e924304f4c56ff87f72cecbb49fba2
tree0fd3ac6b4e2b120f7aaef7fd5f90db446eac7391
parentbd50a167236f19e2d3759cb06c5f7e8d1667a19c
Call CreateProcess with bInheritHandles = TRUE.

Makes llvmc show error messages printed by child processes when run from the
Cygwin/MSYS shell. Since ExecuteAndWait does not return until the child program
has finished execution, this change should be harmless.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69082 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Win32/Program.inc