[llvm-dev] RFC: Adding IR Transformation examples/tutorial code to llvm-project

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 25 14:48:17 PDT 2019


On Fri, Oct 25, 2019 at 2:43 PM Michael Kruse via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> I like the idea and already discussed it with Kit Barton.
>
> Two concerns that I had:
>
> 1. Keeping them in-tree requires them to be up-to-date, a potential
> additional maintenance burden. This might be what we want, but I get
> less enthusiastic when thinking about maintaining all tutorials ever
> given at any conference during the last xx years without having gone
> through a review process.
>

As with any code in the codebase, yeah, pre or post commit review seems
good & if they end up bitrotting/becoming less relevant/diverge
significantly from the tutorial content (written, video, whatever there is)
I think it's fine to delete them. Same as we'd do with tests. (I think
they're sort of like tests, really)


>
> 2.Chris Bieneman seeks to simplify the cmake build system, including
> significantly reducing the number of configuration parameters and
> making "make all" really make everything, including examples. This
> would make the overall configure process slower even when not
> interested in the tutorials.
>
> Michael
> _______________________________________________
> 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/20191025/12e6e0e2/attachment.html>


More information about the llvm-dev mailing list