[PATCH] D94481: [llvm-symbolizer][doc] Reorder --relativenames in options list
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 03:50:28 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf07403eb1a5f: [llvm-symbolizer][doc] Reorder --relativenames in options list (authored by jhenderson).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94481/new/
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.317826.patch
Type: text/x-patch
Size: 963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210120/0f7d9eb8/attachment.bin>
More information about the llvm-commits
mailing list