diff options
author | Ebuka Ezike <yerimyah1@gmail.com> | 2025-06-06 13:25:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-06 13:25:07 +0100 |
commit | 89d2d62e4682a32851083a1e32eb64fb7364c39c (patch) | |
tree | ae57bf4441d37b824426d61ce2bd5c8a01d41eb5 /llvm/docs/CommandGuide | |
parent | 269c29ae67e54bd3243535a7c58d0f30d1eb9036 (diff) | |
download | llvm-89d2d62e4682a32851083a1e32eb64fb7364c39c.zip llvm-89d2d62e4682a32851083a1e32eb64fb7364c39c.tar.gz llvm-89d2d62e4682a32851083a1e32eb64fb7364c39c.tar.bz2 |
[symbolizer] Update Release notes. (#142951)
Also add post-commit changes from commit #71ba852
in PR #135857
---------
Co-authored-by: James Henderson <James.Henderson@sony.com>
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-addr2line.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-addr2line.rst b/llvm/docs/CommandGuide/llvm-addr2line.rst index 646a159..999b3e0 100644 --- a/llvm/docs/CommandGuide/llvm-addr2line.rst +++ b/llvm/docs/CommandGuide/llvm-addr2line.rst @@ -36,6 +36,9 @@ Here are some of those differences: - ``llvm-addr2line`` parses options from the environment variable ``LLVM_ADDR2LINE_OPTS`` instead of from ``LLVM_SYMBOLIZER_OPTS``. +- ``llvm-addr2line`` accepts an address with a '+' prefix, e.g. `+0x00777fff`. + This is treated as a symbol name by ``llvm-symbolizer``. + SEE ALSO -------- |