rsmith added a comment.

In D79236#2018812 <https://reviews.llvm.org/D79236#2018812>, @rjmccall wrote:

> In D79236#2018661 <https://reviews.llvm.org/D79236#2018661>, @rsmith wrote:
>
> > We do generate this document with tblgen already. The problem is that it's 
> > not automatically regenerated as part of the docs build on the website, 
> > unlike some of our other similar tblgen-generated documentation. I've asked 
> > for that to happen repeatedly for years but so far I have achieved zero 
> > traction. So the best we have right now is to manually regenerate this 
> > every once in a while and check it in. :-(
>
>
> Do we need support from the website ops people on this, or do we just need to 
> set up the build system properly to do it?


My understanding is that there's a custom script on the website that runs some 
`clang-tblgen` invocations as part of the docs build process, and it's not 
something that we can modify by changing anything that's checked into git. (I 
mean, we could hack around it by detecting one of the tablegen invocations 
that's already performed and doing more work on the side, but that's clearly 
the wrong way to get this to work...)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79236/new/

https://reviews.llvm.org/D79236



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to