[PATCH] D109225: [clang-nvlink-wrapper] Add documentation in clang docs

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 9 11:48:13 PDT 2021


RKSimon added inline comments.


================
Comment at: clang/docs/ClangNvlinkWrapper.rst:17
+files. It reads each input archive file to extract the archived cubin files as
+temporary files. These temporary (*.cubin) files are passed to ``nvlink``.
+
----------------
saiislam wrote:
> RKSimon wrote:
> > @saiislam The "(*.cubin)" appears to be causing a buildbot failure as it treats sphinx warnings as errors: https://lab.llvm.org/buildbot/#/builders/92/builds/14751
> Thank you!
> Fixed with [[ https://github.com/llvm/llvm-project/commit/543604f30eddc5c9390d0fb01b0ac67937cbba0e | [clang-nvlink-wrapper][docs][NFC] Fix sphinx warning about asterisk ]]
Awesome - and thanks for the quick response.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109225



More information about the cfe-commits mailing list