Displaying 8 results from an estimated 8 matches for "aaaron".
Did you mean:
aaron
2007 Feb 18
2
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
Hi Aaaron,
On Sun, 2007-02-18 at 19:50 +0000, Aaron Gray wrote:
> In order to get Cygwin working there is a need to add a
> HAVE_RLIMIT_RSS and associated logic.
This was just recently added. Does cygwin even have getrlimit and
setrlimit? IIRC correctly, it doesn't. So, perhaps these functions n...
2007 Feb 18
2
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
...t; From: "Reid Spencer" <rspencer at reidspencer.com>
> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Sunday, February 18, 2007 8:32 PM
> Subject: Re: [LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
>
>
> > Hi Aaaron,
> >
> > On Sun, 2007-02-18 at 19:50 +0000, Aaron Gray wrote:
> >> In order to get Cygwin working there is a need to add a
> >> HAVE_RLIMIT_RSS and associated logic.
> >
> > This was just recently added. Does cygwin even have getrlimit and
> > setrlim...
2007 Feb 18
0
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
...n
----- Original Message -----
From: "Reid Spencer" <rspencer at reidspencer.com>
To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
Sent: Sunday, February 18, 2007 8:32 PM
Subject: Re: [LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
> Hi Aaaron,
>
> On Sun, 2007-02-18 at 19:50 +0000, Aaron Gray wrote:
>> In order to get Cygwin working there is a need to add a
>> HAVE_RLIMIT_RSS and associated logic.
>
> This was just recently added. Does cygwin even have getrlimit and
> setrlimit? IIRC correctly, it doesn't...
2007 Feb 18
0
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
...encer" <rspencer at reidspencer.com>
>> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
>> Sent: Sunday, February 18, 2007 8:32 PM
>> Subject: Re: [LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
>>
>>
>> > Hi Aaaron,
>> >
>> > On Sun, 2007-02-18 at 19:50 +0000, Aaron Gray wrote:
>> >> In order to get Cygwin working there is a need to add a
>> >> HAVE_RLIMIT_RSS and associated logic.
>> >
>> > This was just recently added. Does cygwin even have getrlim...
2006 Jul 26
1
file upload in an integration test
What is the best way to test a file upload as part of an integration
test?
Thanks,
Justin
--
Posted via http://www.ruby-forum.com/.
2007 Feb 18
0
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
In order to get Cygwin working there is a need to add a HAVE_RLIMIT_RSS and associated logic.
Aaron
----- Original Message -----
From: Aaron Gray
To: LLVM Developers Mailing List
Sent: Sunday, February 18, 2007 7:00 PM
Subject: [LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
There seems to be a problem with the LLVM Cygwin configuration. Cygwin does not support the
2007 Feb 18
2
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
...idspencer.com>
> >> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> >> Sent: Sunday, February 18, 2007 8:32 PM
> >> Subject: Re: [LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
> >>
> >>
> >> > Hi Aaaron,
> >> >
> >> > On Sun, 2007-02-18 at 19:50 +0000, Aaron Gray wrote:
> >> >> In order to get Cygwin working there is a need to add a
> >> >> HAVE_RLIMIT_RSS and associated logic.
> >> >
> >> > This was just recently added....
2007 Feb 18
5
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
There seems to be a problem with the LLVM Cygwin configuration. Cygwin does not support the RLIMIT_RSS symbol.
llvm[1]: Compiling Program.cpp for Debug build
/usr/src/llvm/lib/System/Unix/Program.inc: In function 'void llvm::SetMemoryLimi
ts(unsigned int)':
/usr/src/llvm/lib/System/Unix/Program.inc:123: error: 'RLIMIT_RSS' was not decla
red in this scope
make[1]: ***