[LLVMdev] linux build problem
Bill Wendling
isanbard at gmail.com
Tue Jan 20 11:10:29 PST 2009
On Tue, Jan 20, 2009 at 8:44 AM, Rafael Espindola <espindola at google.com> wrote:
> 2009/1/20 John Regehr <regehr at cs.utah.edu>:
>> I'm away from my Linux machines, if this hasn't been resolved by tonight
>> I'll send more details.
>>
>> THe problem in cplus-dem.c is that CPP is conditionally including code that
>> comes when HAVE_STDLIB is not defined, including an alternate protptype for
>> malloc() that conflicts with the existing one. This is just what causes the
>> error I sent-- no idea what the root cause is.
>
> I have posted a patch that fixes it for me. Waiting for someone to
> test it on Darwin.
>
I do have a concern that this might have regressed the Fortran FE.
Could you (or someone who runs it) test this?
-bw
More information about the llvm-dev
mailing list