[PATCH] D43505: [docs] Use literalinclude for most code in the Kaleidoscope tutorial to ensure the code always compiles and is up to date

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 04:54:28 PST 2018


aaron.ballman added a comment.

In https://reviews.llvm.org/D43505#1031205, @dblaikie wrote:

> Hey Aaron (Ballman) - do you happen to know who maintains sphinx bots, etc?
>  Wondering if we can reasonably require a certain version (looks like
>  there's a feature in 1.6 that could be handy).


Tanya Lattner is the one currently maintaining the automatic docs builder for attributes (and I believe compiler flags as well) and I think Dmitri Gribenko maintains the actual bots (clang-sphinx-docs, llvm-sphinx-docs, etc).

I'm not certain what version we're building with currently -- I couldn't find the information in any of my emails. I think 1.6 was released in May 2017 which seems a bit recent for it being a minimum requirement. That said, I don't have Opinions on whether to bump the min version or not.


Repository:
  rL LLVM

https://reviews.llvm.org/D43505





More information about the llvm-commits mailing list