[all-commits] [llvm/llvm-project] 011e06: Add DWARF string debug to clang release notes.
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Thu Jun 16 14:54:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 011e0604ebc9d85db3585ebb2f63df465f726417
https://github.com/llvm/llvm-project/commit/011e0604ebc9d85db3585ebb2f63df465f726417
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
Log Message:
-----------
Add DWARF string debug to clang release notes.
D12353 added inline strings to the DWARF info produced by clang. This
turns out to break some debugging software that assumes that a
DW_TAG_variable *must* come with a DW_AT_name. Add a release note to
broadcast this change.
Reviewed By: paulkirth
Differential Revision: https://reviews.llvm.org/D126224
More information about the All-commits
mailing list