[llvm] [symbolizer] Update Release notes. (PR #142951)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 6 03:50:19 PDT 2025


================
@@ -36,8 +36,8 @@ 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 ie `+0x00777fff`
-  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``
----------------
jh7370 wrote:

This doesn't match either of our suggestions, due to the lack of capital letters and full stops. Please fix as in the inline.
```suggestion
- ``llvm-addr2line`` accepts an address with a '+' prefix, e.g. `+0x00777fff`.
  This is treated as a symbol name by ``llvm-symbolizer``.
```

https://github.com/llvm/llvm-project/pull/142951


More information about the llvm-commits mailing list