[llvm-dev] kaleidoscope ch4 jit example regression?

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Sun Jan 20 14:14:14 PST 2019


+Lang who does JIT things

Yeah, I can confirm my local build (using LLVM source from today) of
Chapter 4 behaves as you describe, and not as the documentation shows.
Looks like somethnig needs updating (either source or the documentation).

On Sun, Dec 30, 2018 at 3:28 PM Nick Desaulniers via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> https://llvm.org/docs/tutorial/LangImpl04.html has an example where
> the function `foo` gets redefined, and the JIT returns evaluation of
> the latest definition.  I thought my code was wrong, but it seems that
> the binary produced by `ninja Kaleidoscope-Ch4` has the same bug.
>
> Granted, my LLVM checkout is from Nov 3 2018 (r346062).  Is this a known
> issue?
> ~Nick Desaulniers
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190120/08acd95d/attachment.html>


More information about the llvm-dev mailing list