From f07403eb1a5f781b1bcc2b0c18ef7f632e1a0fdc Mon Sep 17 00:00:00 2001 From: James Henderson Date: Tue, 12 Jan 2021 10:11:49 +0000 Subject: [PATCH] [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 --- llvm/docs/CommandGuide/llvm-symbolizer.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index f2a8d8e..40986ea 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 -- 2.7.4