[PATCH] D104128: [llvm-symbolizer][docs] Update example for --verbose in the guide
Andrew Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 17 11:13:19 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd02bf362dcf8: [llvm-symbolizer][docs] Update example for --verbose in the guide (authored by andrewng).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104128/new/
https://reviews.llvm.org/D104128
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
@@ -381,16 +381,18 @@
$ llvm-symbolizer --obj=inlined.elf --verbose 0x4004be
baz()
Filename: /tmp/test.cpp
+ Function start filename: /tmp/test.cpp
Function start line: 9
- Function start address: 0x4004b0
+ Function start address: 0x4004b6
Line: 11
Column: 18
main
Filename: /tmp/test.cpp
+ Function start filename: /tmp/test.cpp
Function start line: 14
Function start address: 0x4004b0
Line: 15
- Column: 0
+ Column: 18
.. option:: --version, -v
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104128.352793.patch
Type: text/x-patch
Size: 766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210617/13757c08/attachment.bin>
More information about the llvm-commits
mailing list