Fix the environment block that is passed to the CreateProcess function.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 15 Jun 2008 03:54:39 +0000 (03:54 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 15 Jun 2008 03:54:39 +0000 (03:54 +0000)
commitf1844d2f58d3c6ea4e99329450bb46c0f054b232
treeb04a234181007845bcee2ef8de6ebf5d042a296a
parent184a876ee61dbbd602597f35e18240a5df8f5ee4
Fix the environment block that is passed to the CreateProcess function.
This bug made llvm-ld unable to function with "-native" option, since the process that was used to call 'gcc' was crashing.

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