[PATCH] D126224: Add DWARF string debug to clang release notes.
Mitch Phillips via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 14:53:59 PDT 2022
hctim updated this revision to Diff 437717.
hctim marked an inline comment as done.
hctim added a comment.
Change a small amount of wording, rebase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126224/new/
https://reviews.llvm.org/D126224
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -498,6 +498,13 @@
DWARF Support in Clang
----------------------
+- clang now adds DWARF information for inline strings in C/C++ programs,
+ allowing ``line:column`` symbolization of strings. Some debugging programs may
+ require updating, as this takes advantage of DWARF ``DW_TAG_variable``
+ structures *without* a ``DW_AT_name`` field, which is valid DWARF, but may be
+ handled incorrectly by some software (e.g. new failures with incorrect
+ assertions).
+
Arm and AArch64 Support in Clang
--------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126224.437717.patch
Type: text/x-patch
Size: 711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220616/575079a4/attachment.bin>
More information about the cfe-commits
mailing list