We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e2d8d commit eaa733cCopy full SHA for eaa733c
llvm/docs/CommandGuide/llvm-addr2line.rst
@@ -36,8 +36,8 @@ Here are some of those differences:
36
- ``llvm-addr2line`` parses options from the environment variable
37
``LLVM_ADDR2LINE_OPTS`` instead of from ``LLVM_SYMBOLIZER_OPTS``.
38
39
-- ``llvm-addr2line`` accepts an address with a '+' prefix e.g. `+0x00777fff`.
40
- this is treated as a symbol name by ``llvm-symbolizer``
+- ``llvm-addr2line`` accepts an address with a '+' prefix, e.g. `+0x00777fff`.
+ This is treated as a symbol name by ``llvm-symbolizer``.
41
42
SEE ALSO
43
--------
0 commit comments