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 da61e6d commit e1e2d8dCopy full SHA for e1e2d8d
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 ie `+0x00777fff`
40
- this is not valid in ``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