[LLVMdev] LLVMdev Digest, Vol 64, Issue 5

Chris Lattner clattner at apple.com
Sun Oct 4 19:39:00 PDT 2009


On Oct 4, 2009, at 7:31 PM, Daniel Wilkerson wrote:

> That's not an example, that's a tutorial, and an incomplete one at
> that.  However I did find the Kaleidoscope example in the subversion
> repository head.
>
> Any clue as to why when we attempt to follow the very simple example
> in the llvm-2.5 release docs/tutorial/JITTutorial1.html we construct a
> module state that verifies but then when we ask it to emit, we get a
> stack overflow from LLVM?

The most likely reason is that you didn't follow the instructions, and  
are using a known-broken GCC:
http://llvm.org/docs/GettingStarted.html#brokengcc

or that you've found a new one.

-Chris



More information about the llvm-dev mailing list