Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using rand_s...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 11 Feb 2014 02:47:33 +0000 (02:47 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 11 Feb 2014 02:47:33 +0000 (02:47 +0000)
commit3f5e8b8dc1b73eff352195e3f02bb5752690fb90
tree7f38a89a4e7585638e6e4ef093576d668147b46d
parent8b808d64af8375d77a08d42520c97c7df8e9c3d0
Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using rand_s() since MinGW does not have an implementation for it, but instead using the underlying CryptGenRandom APIs.

llvm-svn: 201124
llvm/lib/Support/Process.cpp
llvm/lib/Support/Windows/Process.inc