Skip to content

Commit

Permalink
[Docs][llvm-remarkutil] Fix dangling reference in documentation
Browse files Browse the repository at this point in the history
D147710 introduced a new annotation-count subcommand to llvm-remarkutil
and added in documentation. However, the reference added under the
subcommands list never actually pointed to anything. This patch adds a
marker for the reference to point to so that the link works and the
sphinx build finishes without any errors.
  • Loading branch information
boomanaiden154 committed Apr 8, 2023
1 parent 985e24c commit b4ba5c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/docs/CommandGuide/llvm-remarkutil.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ CSV format is as follows:
Function,InstructionCount
foo,123

.. _annotation-count_subcommand:

annotation-count
~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit b4ba5c7

Please sign in to comment.