[PATCH] D94481: [llvm-symbolizer][doc] Reorder --relativenames in options list
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 02:33:33 PST 2021
jhenderson created this revision.
jhenderson added reviewers: MaskRay, saugustine.
jhenderson requested review of this revision.
Herald added a project: LLVM.
This puts it in alphabetical order, matching the rest of the list.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94481
Files:
llvm/docs/CommandGuide/llvm-symbolizer.rst
Index: llvm/docs/CommandGuide/llvm-symbolizer.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -182,12 +182,6 @@
Print just the file's name without any directories, instead of the
absolute path.
-
-.. option:: --relativenames
-
- Print the file's path relative to the compilation directory, instead
- of the absolute path. If the command-line to the compiler included
- the full path, this will be the same as the default.
.. _llvm-symbolizer-opt-C:
@@ -321,6 +315,12 @@
11 >: return foz() + k;
12 : }
+.. option:: --relativenames
+
+ Print the file's path relative to the compilation directory, instead
+ of the absolute path. If the command-line to the compiler included
+ the full path, this will be the same as the default.
+
.. _llvm-symbolizer-opt-use-symbol-table:
.. option:: --use-symbol-table
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94481.316033.patch
Type: text/x-patch
Size: 963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210112/16482501/attachment.bin>
More information about the llvm-commits
mailing list