[PATCH] Add attributes for AMDGPU register limits.

Matt Arsenault arsenm2 at gmail.com
Wed Dec 3 13:50:43 PST 2014


> On Dec 3, 2014, at 3:30 PM, Reid Kleckner <rnk at google.com> wrote:
> 
> On Wed, Dec 3, 2014 at 12:14 PM, Matt Arsenault <arsenm2 at gmail.com <mailto: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! ;)

Why does the source need a copy of the generated file? I would expect the .rst to be generated in the build directory as a temporary file first
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141203/7082cd10/attachment.html>


More information about the cfe-commits mailing list