[PATCH] D102078: [llvm-symbolizer] Update Command Guide
Owen Reynolds via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 10 09:21:52 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2aa5f9b45a49: [llvm-symbolizer] Update Command Guide (authored by gbreynoo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102078/new/
https://reviews.llvm.org/D102078
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
@@ -247,8 +247,7 @@
* Does not add an empty line after the report for an address.
* Does not replace the name of an inlined function with the name of the
- topmost caller when inlined frames are not shown and :option:`--use-symbol-table`
- is on.
+ topmost caller when inlined frames are not shown.
* Prints an address's debug-data discriminator when it is non-zero. One way to
produce discriminators is to compile with clang's -fdebug-info-for-profiling.
@@ -321,13 +320,6 @@
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
-
- Prefer function names stored in symbol table to function names in debug info
- sections. Defaults to true.
-
.. option:: --verbose
Print verbose line and column information.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102078.344086.patch
Type: text/x-patch
Size: 1107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210510/b7b4c5d8/attachment.bin>
More information about the llvm-commits
mailing list