At the moment, neither the example code in the slides PDF, nor that in the new kaleidoscope tutorial, successfully compiles against the current version of ORC (in LLVM 8.0.0). Presumably because this is because ORC has changed since they were written. Is there any example code that works with the current version of ORC? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190514/6c368eef/attachment.html>
Hi Russell, Quick reference - "Updating ORC for Concurrency" llvm-dev talk. Thank you On Tue, 14 May 2019 at 05:37, Russell Wallace via llvm-dev < llvm-dev at lists.llvm.org> wrote:> At the moment, neither the example code in the slides PDF, nor that in the > new kaleidoscope tutorial, successfully compiles against the current > version of ORC (in LLVM 8.0.0). Presumably because this is because ORC has > changed since they were written. > > Is there any example code that works with the current version of ORC? > _______________________________________________ > 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/20190514/a698316e/attachment.html>
That was helpful, thanks! Links to the talk videos can be found here: https://lists.llvm.org/pipermail/llvm-dev/2019-March/130980.html On Tue, May 14, 2019 at 9:07 AM Praveen Velliengiri < praveenvelliengiri at gmail.com> wrote:> Hi Russell, > Quick reference - "Updating ORC for Concurrency" llvm-dev talk. > Thank you > > On Tue, 14 May 2019 at 05:37, Russell Wallace via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> At the moment, neither the example code in the slides PDF, nor that in >> the new kaleidoscope tutorial, successfully compiles against the current >> version of ORC (in LLVM 8.0.0). Presumably because this is because ORC has >> changed since they were written. >> >> Is there any example code that works with the current version of ORC? >> _______________________________________________ >> 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/20190514/4abecc69/attachment.html>