[PATCH] D147695: [ReleaseNotes] DebugInfo: preferred_name attribute changes

Michael Buch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 17:37:28 PDT 2023


Michael137 updated this revision to Diff 511568.
Michael137 added a comment.

- Describe LLDB tuning more explicitly


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147695/new/

https://reviews.llvm.org/D147695

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -222,6 +222,11 @@
   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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147695.511568.patch
Type: text/x-patch
Size: 794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230407/3264b1a5/attachment.bin>


More information about the llvm-commits mailing list