[llvm] r200767 - Implemented support for Process::GetRandomNumber on Windows.

Galina Kistanova gkistanova at gmail.com
Tue Feb 11 10:41:23 PST 2014


Hi,

Here are the versions for this box:

gcc version 4.8.1 (GCC)
gcc version 4.8.1 (GCC)
GNU gdb (GDB) 7.3
GNU ld (GNU Binutils) 2.23.2
GNU windres (GNU Binutils) 2.2
GNU dlltool (GNU Binutils) 2.2
GNU Make 3.82


Thanks

Galina


On Tue, Feb 11, 2014 at 10:33 AM, Yaron Keren <yaron.keren at gmail.com> wrote:

> I checked now, and the latest version of MinGW.org (4.8.1) still does not
> provide rand_s().
>
> Yaron
>
>
>
> 2014-02-11 19:17 GMT+02:00 Aaron Ballman <aaron at aaronballman.com>:
>
>> On Tue, Feb 11, 2014 at 12:12 PM, Stephan Tolksdorf <st at quanttec.com>
>> wrote:
>> > Sorry for not seeing this thread earlier. I've got to fix my email
>> > configuration...
>> >
>> > Aaron, thanks a lot for jumping and helping out!
>>
>> No worries!
>>
>> > As I wrote in my original patch email: I had tested the patch with
>> (multiple
>> > versions) mingw-w64, and libc++ uses the function in the same way.
>> >
>> > One tricky aspect of rand_s is that you have to make sure that
>> _CRT_RAND_S
>> > is defined before stdlib.h is included the first time.
>> >
>> > What versions of MinGW are LLVM, Clang and libc++ actually trying to
>> > support?
>>
>> Galina can probably tell us what version her bot is using, but
>> honestly, the fact that we have a bot testing that configuration is
>> enough for me. I don't think this function warrants upgrading or
>> dropping the bot.
>>
>> ~Aaron
>>
>
>


-- 
Thanks

Galina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140211/d1eafeb7/attachment.html>


More information about the llvm-commits mailing list