[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 07:20:10 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 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
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