Displaying 2 results from an estimated 2 matches for "uint_32t".
Did you mean:
uint_32
2007 Feb 18
0
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
> Please just use #ifdef _CYGWIN_
Okay
>> Regarding the Bytecode writer stuff. I will try adding some inline
>> dis-ambiguator functions.
>
> Yeah, I can't help you solve this problem because I don't have your
> environment or compiler. However, this really smells like a compiler or
> stdint.h bug to me. This code compiles fine on many unix platforms and
2007 Feb 18
2
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
On Sun, 2007-02-18 at 21:42 +0000, Aaron Gray wrote:
> Okay I have put a #ifdef HAVE_RLIMIT_RSS round the RSS code.
>
> There needs to be logic added to config system to complement this.
>
> Or shall I just use an #ifdef _CYGWIN_ ?
Please just use #ifdef _CYGWIN_
>
> Regarding the Bytecode writer stuff. I will try adding some inline
> dis-ambiguator functions.
Yeah,