mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[llvm-symbolizer][docs] Update example for --verbose in the guide
Differential Revision: https://reviews.llvm.org/D104128
This commit is contained in:
parent
2b8fbae5a3
commit
6e97d78450
@ -381,16 +381,18 @@ OPTIONS
|
||||
$ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user