Skip to content

Commit e1e2d8d

Browse files
committed
[symbolizer] Add review changes.
1 parent da61e6d commit e1e2d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/CommandGuide/llvm-addr2line.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Here are some of those differences:
3636
- ``llvm-addr2line`` parses options from the environment variable
3737
``LLVM_ADDR2LINE_OPTS`` instead of from ``LLVM_SYMBOLIZER_OPTS``.
3838

39-
- ``llvm-addr2line`` accepts an address with a '+' prefix ie `+0x00777fff`
40-
this is not valid in ``llvm-symbolizer``
39+
- ``llvm-addr2line`` accepts an address with a '+' prefix e.g. `+0x00777fff`.
40+
this is treated as a symbol name by ``llvm-symbolizer``
4141

4242
SEE ALSO
4343
--------

0 commit comments

Comments
 (0)