[llvm] r363266 - [docs][llvm-symbolizer] Fix formatting issue with --functions
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 06:58:44 PDT 2019
Author: jhenderson
Date: Thu Jun 13 06:58:44 2019
New Revision: 363266
URL: http://llvm.org/viewvc/llvm-project?rev=363266&view=rev
Log:
[docs][llvm-symbolizer] Fix formatting issue with --functions
Reviewed by: rupprecht
Differential Revision: https://reviews.llvm.org/D63195
Modified:
llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst
Modified: llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst?rev=363266&r1=363265&r2=363266&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst Thu Jun 13 06:58:44 2019
@@ -74,7 +74,7 @@ OPTIONS
.. _llvm-symbolizer-opt-f:
-.. option:: -functions[=<none|short|linkage>], -f
+.. option:: -functions [<none|short|linkage>], -f
Specify the way function names are printed (omit function name,
print short function name, or print full linkage name, respectively).
@@ -112,7 +112,7 @@ OPTIONS
input (see example above). If architecture is not specified in either way,
address will not be symbolized. Defaults to empty string.
-.. option:: -dsym-hint=<path/to/file.dSYM>
+.. option:: -dsym-hint <path/to/file.dSYM>
(Darwin-only flag). If the debug info for a binary isn't present in the default
location, look for the debug info at the .dSYM path provided via the
@@ -131,14 +131,14 @@ OPTIONS
Strip directories when printing the file path.
-.. option:: -adjust-vma=<offset>
+.. option:: -adjust-vma <offset>
Add the specified offset to object file addresses when performing lookups. This
can be used to perform lookups as if the object were relocated by the offset.
.. _llvm-symbolizer-opt-output-style:
-.. option:: -output-style=<LLVM|GNU>
+.. option:: -output-style <LLVM|GNU>
Specify the preferred output style. Defaults to ``LLVM``. When the output
style is set to ``GNU``, the tool follows the style of GNU's **addr2line**.
More information about the llvm-commits
mailing list