Anshil Gandhi via llvm-dev
2020-Mar-01 20:27 UTC
[llvm-dev] LLVM version for KaleidoscopeJIT
Hi, I have been following the KaleidoscopeJIT chapters and I have found that the code might not be up to date with the current LLVM version. Is anyone aware of the supported versions of LLVM? Best, Anshil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200301/00255373/attachment.html>
David Blaikie via llvm-dev
2020-Mar-02 19:20 UTC
[llvm-dev] LLVM version for KaleidoscopeJIT
The examples in the Kaleidoscope tutorials are checked into the LLVM project (llvm/examples) & built along with the rest of the code, so it's hard for them to get out of date. It's possible some of the code mentioned in the text of the tutorials is out of date & should've been updated when the example code was, but the checked in source code should be up to date: https://github.com/llvm/llvm-project/tree/master/llvm/examples On Sun, Mar 1, 2020 at 12:27 PM Anshil Gandhi via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > > I have been following the KaleidoscopeJIT chapters and I have found that > the code might not be up to date with the current LLVM version. Is anyone > aware of the supported versions of LLVM? > > Best, > > Anshil > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://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/20200302/b2d7349f/attachment.html>
Anshil Gandhi via llvm-dev
2020-Mar-02 19:43 UTC
[llvm-dev] LLVM version for KaleidoscopeJIT
Awesome, thanks! On Mon., Mar. 2, 2020, 12:20 David Blaikie, <dblaikie at gmail.com> wrote:> The examples in the Kaleidoscope tutorials are checked into the LLVM > project (llvm/examples) & built along with the rest of the code, so it's > hard for them to get out of date. It's possible some of the code mentioned > in the text of the tutorials is out of date & should've been updated when > the example code was, but the checked in source code should be up to date: > https://github.com/llvm/llvm-project/tree/master/llvm/examples > > On Sun, Mar 1, 2020 at 12:27 PM Anshil Gandhi via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> >> I have been following the KaleidoscopeJIT chapters and I have found that >> the code might not be up to date with the current LLVM version. Is anyone >> aware of the supported versions of LLVM? >> >> Best, >> >> Anshil >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://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/20200302/d05d9f83/attachment.html>