[PATCH] Add attributes for AMDGPU register limits.

Reid Kleckner rnk at google.com
Wed Dec 3 12:30:45 PST 2014


On Wed, Dec 3, 2014 at 12:14 PM, Matt Arsenault <arsenm2 at gmail.com> wrote:
>
> The documentation only mentions something for the autotools build, so
> maybe it doesn’t work with cmake? There seems to be some kind of sphinx
> target in cmake though, so I would expect it to work


It doesn't. Sphinx currently only looks in the docs source directory. The
build system can't modify source files, so regenerating
AttributesReference.rst in place is not possible. We'd have to teach Sphinx
to go look in the build directory for this one .rst file. Patches welcome!
;)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141203/579de04b/attachment.html>


More information about the cfe-commits mailing list