[llvm-commits] [llvm] r122934 - /llvm/trunk/lib/Target/X86/X86FrameInfo.cpp
KS Sreeram
sreeram at tachyontech.net
Thu Jan 6 00:29:55 PST 2011
Hi
On Thu, Jan 6, 2011 at 1:46 PM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:
> > PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call.
> That
> > works only on MinGW32. On 64-bit, the function to call is "__chkstk".
> > Patch by KS Sreeram!
>
> I am using libraries in mingw-w64-1.0-bin_i686-mingw_20101129.zip.
> It has not __chkstk but ___chkstk.
>
> It seems ToT gcc provides ___chkstk. Seek gcc/config/i386/cygwin.asm
> on gcc.gnu.org.
>
> What are you using? Or what would I miss? Please let me know, thank you.
>
I'm using MinGW GCC 4.5.1 from this distro: http://tdm-gcc.tdragon.net/.
Any ideas on how to handle the differences between 4.5.1 and ToT?
- KS Sreeram
>
> ...Takumi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110106/8243614f/attachment.html>
More information about the llvm-commits
mailing list