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 --------------------------------
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 --------------------------------
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits