Skip to content

Commit

Permalink
[ReleaseNotes] DebugInfo: preferred_name attribute changes
Browse files Browse the repository at this point in the history
Describes changes made in D145803.

Differential Revision: https://reviews.llvm.org/D147695
  • Loading branch information
Michael137 committed Apr 7, 2023
1 parent 9ca707b commit 8b0033e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ Changes to the Debug Info
auto-upgraded to ``@llvm.dbg.value`` with ``DW_OP_deref`` appended to the
``DIExpression`` (`D144793 <https://reviews.llvm.org/D144793>`_).

* When a template class annotated with the ``[[clang::preferred_name]]`` attribute
were to appear in a ``DW_AT_type``, the type will now be that of the preferred_name
instead. This change is only enabled when compiling with `-glldb`.
(`D145803 <https://reviews.llvm.org/D145803>`_)

Changes to the LLVM tools
---------------------------------
* llvm-lib now supports the /def option for generating a Windows import library from a definition file.
Expand Down

0 comments on commit 8b0033e

Please sign in to comment.