[LLVMdev] patches and scons
Paolo Invernizzi
arathorn at fastwebnet.it
Tue Sep 28 03:17:41 PDT 2004
Here they are!
Plus one! alloca is defined in the MS CRT as _alloca in <malloc.h>
I've modified the include/llvm/Config/alloca.h for this, but a better
way
ca be avoiding to check for _MSC_VER and adding an #ifdef
HAVE__ALLOCA_IN_MALLOC_H
It's a more generic approch
---
Paolo Invernizzi
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040928/8fd662c8/attachment.txt>
-------------- next part --------------
On Sep 28, 2004, at 4:49 AM, Alkis Evlogimenos wrote:
> On Sun, 2004-09-26 at 12:42, Paolo Invernizzi wrote:
>> Attached to this email you can find it and a new series of patches
>> against current CVS, that I hope are pretty safe.
>
> Paolo, I applied most of your patches to cvs. I didn't apply the
> patches
> for things under lib/Support. I will leave that to Reid (if you can
> resend those to this list it would be great).
>
> Here is the list of the patches I applied:
>
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040927/
> 018581.html
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040927/
> 018583.html
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040927/
> 018582.html
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040927/
> 018586.html
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040927/
> 018587.html
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040927/
> 018589.html
>
> Thanks for your efforts :-)
>
> --
>
> Alkis
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list