[PATCH] D102078: [llvm-symbolizer] Update Command Guide

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 09:00:46 PDT 2021


gbreynoo created this revision.
gbreynoo added reviewers: MaskRay, akhuang, saugustine.
gbreynoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The option  `--use-symbol-table` is now a noop and does not appear in the help text, however it still appears in the command guide. This change removes it from the command guide and updates the description of `--output-style` .


Repository:
  rG LLVM Github Monorepo

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.343694.patch
Type: text/x-patch
Size: 1107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210507/ae22142b/attachment.bin>


More information about the llvm-commits mailing list