[llvm-symbolizer][docs] Update --output-style=JSON example

The fields output when using --output-style=JSON has changed but the
guide wasn't updated. This change fixes up the example.

Differential Revision: https://reviews.llvm.org/D115164
This commit is contained in:
gbreynoo 2021-12-07 14:18:42 +00:00
parent 1f2e4125fb
commit 9094a2285b
1 changed files with 3 additions and 3 deletions

View File

@ -289,7 +289,7 @@ OPTIONS
"FileName": "/tmp/test.cpp",
"FunctionName": "baz()",
"Line": 11,
"Source": "",
"StartAddress": "0x4004be",
"StartFileName": "/tmp/test.cpp",
"StartLine": 9
},
@ -299,7 +299,7 @@ OPTIONS
"FileName": "/tmp/test.cpp",
"FunctionName": "main",
"Line": 15,
"Source": "",
"StartAddress": "0x4004be",
"StartFileName": "/tmp/test.cpp",
"StartLine": 14
}
@ -315,7 +315,7 @@ OPTIONS
"FileName": "/tmp/test.cpp",
"FunctionName": "foo()",
"Line": 6,
"Source": "",
"StartAddress": "0x400486",
"StartFileName": "/tmp/test.cpp",
"StartLine": 5
}