Skip to content

Commit 543604f

Browse files
committed
[clang-nvlink-wrapper][docs][NFC] Fix sphinx warning about asterisk
Sphinx was giving warning on unescaped special symbol *. It was an issue on systems treating warning as error.
1 parent ea685e1 commit 543604f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ClangNvlinkWrapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This tool works as a wrapper over the ``nvlink`` program. It is required
1414
because ``nvlink`` does not support linking of archive files implicitly. It
1515
transparently passes every input option and object to ``nvlink`` except archive
1616
files. It reads each input archive file to extract the archived cubin files as
17-
temporary files. These temporary (*.cubin) files are passed to ``nvlink``.
17+
temporary files. These temporary (\*.cubin) files are passed to ``nvlink``.
1818

1919
Use Case
2020
========

0 commit comments

Comments
 (0)