[llvm] 2aa5f9b - [llvm-symbolizer] Update Command Guide

via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 09:21:49 PDT 2021


Author: gbreynoo
Date: 2021-05-10T17:21:34+01:00
New Revision: 2aa5f9b45a493eac5cb2951875af485b7e1b105c

URL: https://github.com/llvm/llvm-project/commit/2aa5f9b45a493eac5cb2951875af485b7e1b105c
DIFF: https://github.com/llvm/llvm-project/commit/2aa5f9b45a493eac5cb2951875af485b7e1b105c.diff

LOG: [llvm-symbolizer] Update Command Guide

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 .

Differential Revision: https://reviews.llvm.org/D102078

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llvm-symbolizer.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index 40986eac8722c..8afdbf40cd661 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -247,8 +247,7 @@ OPTIONS
   * 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 @@ OPTIONS
   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.


        


More information about the llvm-commits mailing list