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

Saiyedul Islam via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 9 11:29:28 PDT 2021


saiislam marked an inline comment as done.
saiislam 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``.
+
----------------
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 ]]


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