forked from OSchip/llvm-project
[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
This commit is contained in:
parent
1d802e1665
commit
2aa5f9b45a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue