Wilfred Hughes via llvm-dev
2016-Mar-12 00:20 UTC
[llvm-dev] RFC: Adding a chapter on creating object file to the Kaleidoscope tutorial
I believe that the Kaleidoscope tutorial would really benefit from a chapter on emitting object files. It's a classic compiler use case that doesn't seem as well covered by the existing LLVM docs. I've written a chapter and I'd love to hear any feedback you might have. http://reviews.llvm.org/D18070 I've proposed two reviewers on the patch, but since the tutorial is relevant to so many users I though I'd mention it here too. Thanks Wilfred
Sean Silva via llvm-dev
2016-Mar-12 02:02 UTC
[llvm-dev] RFC: Adding a chapter on creating object file to the Kaleidoscope tutorial
I've commented on the patch. On Fri, Mar 11, 2016 at 4:20 PM, Wilfred Hughes via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I believe that the Kaleidoscope tutorial would really benefit from a > chapter on emitting object files. It's a classic compiler use case > that doesn't seem as well covered by the existing LLVM docs. > > I've written a chapter and I'd love to hear any feedback you might > have. http://reviews.llvm.org/D18070 > > I've proposed two reviewers on the patch, but since the tutorial is > relevant to so many users I though I'd mention it here too. > > Thanks > Wilfred > _______________________________________________ > 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/20160311/84fd4f12/attachment.html>
Sean Silva via llvm-dev
2016-Mar-12 02:02 UTC
[llvm-dev] RFC: Adding a chapter on creating object file to the Kaleidoscope tutorial
I've added a comment on the patch. On Fri, Mar 11, 2016 at 4:20 PM, Wilfred Hughes via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I believe that the Kaleidoscope tutorial would really benefit from a > chapter on emitting object files. It's a classic compiler use case > that doesn't seem as well covered by the existing LLVM docs. > > I've written a chapter and I'd love to hear any feedback you might > have. http://reviews.llvm.org/D18070 > > I've proposed two reviewers on the patch, but since the tutorial is > relevant to so many users I though I'd mention it here too. > > Thanks > Wilfred > _______________________________________________ > 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/20160311/753c478b/attachment.html>