[PATCH] D85596: [Docs] Link to --print-supported-cpus option

Travis Finkenauer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 8 21:14:30 PDT 2020


tmfink created this revision.
tmfink added reviewers: nickdesaulniers, ziangwan.
tmfink added a project: clang.
tmfink requested review of this revision.

Adds link and avoids rendering two dashes as non-ascii "en dash" in HTML output.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85596

Files:
  clang/docs/CommandGuide/clang.rst


Index: clang/docs/CommandGuide/clang.rst
===================================================================
--- clang/docs/CommandGuide/clang.rst
+++ clang/docs/CommandGuide/clang.rst
@@ -343,7 +343,7 @@
 
 .. option:: -mcpu=?, -mtune=?
 
-  Aliases of --print-supported-cpus
+  Aliases of :option:`--print-supported-cpus`
 
 .. option:: -march=<cpu>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85596.284165.patch
Type: text/x-patch
Size: 354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200809/4905efd9/attachment.bin>


More information about the cfe-commits mailing list