Skip to content

Commit f07403e

Browse files
committed
[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
1 parent eee2e88 commit f07403e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/docs/CommandGuide/llvm-symbolizer.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ OPTIONS
182182

183183
Print just the file's name without any directories, instead of the
184184
absolute path.
185-
186-
.. option:: --relativenames
187-
188-
Print the file's path relative to the compilation directory, instead
189-
of the absolute path. If the command-line to the compiler included
190-
the full path, this will be the same as the default.
191185

192186
.. _llvm-symbolizer-opt-C:
193187

@@ -321,6 +315,12 @@ OPTIONS
321315
11 >: return foz() + k;
322316
12 : }
323317
318+
.. option:: --relativenames
319+
320+
Print the file's path relative to the compilation directory, instead
321+
of the absolute path. If the command-line to the compiler included
322+
the full path, this will be the same as the default.
323+
324324
.. _llvm-symbolizer-opt-use-symbol-table:
325325

326326
.. option:: --use-symbol-table

0 commit comments

Comments
 (0)