[PATCH] D147695: [ReleaseNotes] DebugInfo: preferred_name attribute changes
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 16:44:04 PDT 2023
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/docs/ReleaseNotes.rst:212
+ were to appear in a ``DW_AT_type``, the type will now be that of the preferred_name
+ instead. This is only enabled when tuned for LLDB at the moment.
+ (`D145803 <https://reviews.llvm.org/D145803>`_)
----------------
maybe use the actual flag in the wording here because the reader might not know that tuning means in this context?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147695/new/
https://reviews.llvm.org/D147695
More information about the llvm-commits
mailing list