[LLVMdev] LLVMdev Digest, Vol 64, Issue 5

Daniel Wilkerson daniel.wilkerson at gmail.com
Sun Oct 4 19:31:21 PDT 2009


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?

Is it supposed to be possible for me to render out an LLVM
datastructure that will verify but not render?  That is, is this my
bug or an LLVM bug?

Daniel

On Sun, Oct 4, 2009 at 7:27 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Oct 4, 2009, at 12:21 PM, Daniel Wilkerson wrote:
>
>> Where exactly is this mythical Kaleidoscope example?  I have llvm 2.5
>> installed.
>
> http://llvm.org/docs/tutorial/
>
> -Chris
>




More information about the llvm-dev mailing list