mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 09:03:18 +00:00
[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.
This commit is contained in:
parent
ea685e1028
commit
543604f30e
@ -14,7 +14,7 @@ This tool works as a wrapper over the ``nvlink`` program. It is required
|
||||
because ``nvlink`` does not support linking of archive files implicitly. It
|
||||
transparently passes every input option and object to ``nvlink`` except archive
|
||||
files. It reads each input archive file to extract the archived cubin files as
|
||||
temporary files. These temporary (*.cubin) files are passed to ``nvlink``.
|
||||
temporary files. These temporary (\*.cubin) files are passed to ``nvlink``.
|
||||
|
||||
Use Case
|
||||
========
|
||||
|
Loading…
Reference in New Issue
Block a user