[llvm-branch-commits] [llvm] f07403e - [llvm-symbolizer][doc] Reorder --relativenames in options list
James Henderson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 20 03:54:13 PST 2021
Author: James Henderson
Date: 2021-01-20T11:50:00Z
New Revision: f07403eb1a5f781b1bcc2b0c18ef7f632e1a0fdc
URL: https://github.com/llvm/llvm-project/commit/f07403eb1a5f781b1bcc2b0c18ef7f632e1a0fdc
DIFF: https://github.com/llvm/llvm-project/commit/f07403eb1a5f781b1bcc2b0c18ef7f632e1a0fdc.diff
LOG: [llvm-symbolizer][doc] Reorder --relativenames in options list
This puts it in alphabetical order, matching the rest of the list.
Reviewed by: MaskRay, saugustine
Differential Revision: https://reviews.llvm.org/D94481
Added:
Modified:
llvm/docs/CommandGuide/llvm-symbolizer.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index f2a8d8ef6801..40986eac8722 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -182,12 +182,6 @@ OPTIONS
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 @@ OPTIONS
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
More information about the llvm-branch-commits
mailing list